Login
Artifact [2e23eb1ef2]
Login

Artifact 2e23eb1ef20fff1da70cfedd45342046c9641e8e:


/* 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;
});