Login
context.s2 at [c5b01a0b83]
Login

File s2/require.d/fsl/context.s2 artifact 6da70bf3b3 part of check-in c5b01a0b83


/**
   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.
*/
affirm requireS2.fsl /* set up by f-s2sh.sh */;
return requireS2.fsl;