MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / init

Function init

cmd/cql/internal/explorer.go:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func init() {
49 CmdExplorer.Run = runExplorer
50
51 addCommonFlags(CmdExplorer)
52 addConfigFlag(CmdExplorer)
53 addBgServerFlag(CmdExplorer)
54}
55
56func startExplorerServer(explorerAddr string) func() {
57 var err error

Callers

nothing calls this directly

Calls 3

addCommonFlagsFunction · 0.85
addConfigFlagFunction · 0.85
addBgServerFlagFunction · 0.85

Tested by

no test coverage detected