Login
context.s2 at [62c2d986fb]
Login

File bindings/s2/require.d/fsl/context.s2 artifact e789e5bb35 part of check-in 62c2d986fb


/**
   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 = Fossil.Context.new());