Artifact 2e23eb1ef20fff1da70cfedd45342046c9641e8e:
- File bindings/s2/require.d/fsl/db/config.s2 — part of check-in [93a66791fe] at 2021-12-03 07:39:33 on branch trunk — Tinkering with the s2 binding to get tests working after removal of the various db handles. (user: stephan size: 318) [more...]
/* 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; });