File bindings/s2/require.d/fsl/db/config.s2 artifact 2e23eb1ef2 part of check-in 6dca54dfde
/* require() plugin which returns a db handle for the global config db for Fossil.require's shared Fossil.Context. If it has not been opened then F.openConfig() is called, otherwise there are no side effects. */ return requireS2(['fsl/context'], proc(F){ return F.hasDb('config') ||| F.openConfig().db; });