MCPcopy Create free account
hub / github.com/Debian/dcs / usage

Function usage

cmd/dcs/dcs.go:46–52  ·  view source on GitHub ↗
(fset *flag.FlagSet, help string)

Source from the content-addressed store, hash-verified

44`
45
46func usage(fset *flag.FlagSet, help string) func() {
47 return func() {
48 fmt.Fprintf(fset.Output(), "%s", help)
49 fmt.Fprintf(fset.Output(), "\nFlags:\n")
50 fset.PrintDefaults()
51 }
52}
53
54// Global flags (not command-specific)
55var cpuprofile, memprofile, listen, traceFn string

Callers 13

queryFunction · 0.85
postingFunction · 0.85
trigramFunction · 0.85
docidsFunction · 0.85
searchFunction · 0.85
mergeFunction · 0.85
replayFunction · 0.85
rawFunction · 0.85
matchesFunction · 0.85
apikeyCreateFunction · 0.85
apikeyVerifyFunction · 0.85
createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected