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

Function init

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

Source from the content-addressed store, hash-verified

46}
47
48func init() {
49 CmdMirror.Run = runMirror
50
51 addCommonFlags(CmdMirror)
52 addConfigFlag(CmdMirror)
53 addBgServerFlag(CmdMirror)
54}
55
56func startMirrorServer(mirrorDatabase string, mirrorAddr 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