Artifact 4c3792d62fb399cebac04301a4cce49783ab4360:
- File bindings/s2/require.d/fsl/db/checkout.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: 357) [more...]
/** require() plugin which returns a db handle for the checkout db for Fossil.require's shared Fossil.Context. If no checkout has been opened when this is called, openCheckout() is called on the context, otherwise there are no side effects. */ return requireS2(['fsl/context'], proc(F){ return F.hasDb('checkout') ||| F.openCheckout().db; });