Artifact afdf2ad9779e7faf9bfa6a77d4de0226bc3d7d61:
- File bindings/s2/require.d/fsl/context.s2 — part of check-in [6b346e8787] at 2021-03-25 00:40:42 on branch trunk — Some s2 and sqlite3 usage modernization in the s2 bindings. (user: stephan size: 302)
/** require() plugin which simply resolves to the shared Fossil.Context instance set up by the f-s2sh bootstrap code. This instance should be used by all other modules so that everybody is using the same database handles. */ return requireS2.fsl ||| (requireS2.fsl = new Fossil.Context());