MCPcopy Index your code
hub / github.com/coder/coder / init

Function init

scripts/dbgen/main.go:29–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27)
28
29func init() {
30 var err error
31 funcs, err = readQuerierFunctions()
32 if err != nil {
33 panic(err)
34 }
35 funcByName = map[string]struct{}{}
36 for _, f := range funcs {
37 funcByName[f.Name] = struct{}{}
38 }
39}
40
41func main() {
42 err := run()

Callers

nothing calls this directly

Calls 1

readQuerierFunctionsFunction · 0.85

Tested by

no test coverage detected