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

Function addBgServerFlag

cmd/cql/internal/cfg.go:130–135  ·  view source on GitHub ↗
(cmd *Command)

Source from the content-addressed store, hash-verified

128}
129
130func addBgServerFlag(cmd *Command) {
131 cmd.Flag.StringVar(&tmpPath, "tmp-path", "",
132 "Background service temp file path, use \"dirname $(mktemp -u)\" to check it out")
133 cmd.Flag.StringVar(&bgLogLevel, "bg-log-level", "info",
134 "Background service log level: trace debug info warning error fatal panic")
135}
136
137func bgServerInit() {
138 if tmpPath == "" {

Callers 3

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected