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

Function init

cmd/cql/internal/drop.go:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func init() {
45 CmdDrop.Run = runDrop
46
47 addCommonFlags(CmdDrop)
48 addConfigFlag(CmdDrop)
49 addWaitFlag(CmdDrop)
50}
51
52func runDrop(cmd *Command, args []string) {
53 commonFlagsInit(cmd)

Callers

nothing calls this directly

Calls 3

addCommonFlagsFunction · 0.85
addConfigFlagFunction · 0.85
addWaitFlagFunction · 0.85

Tested by

no test coverage detected