MCPcopy Index your code
hub / github.com/google/codesearch / usage

Function usage

cmd/csearch/csearch.go:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41`
42
43func usage() {
44 fmt.Fprintf(os.Stderr, usageMessage)
45 os.Exit(2)
46}
47
48var (
49 fFlag = flag.String("f", "", "search only files with names matching this regexp")

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…