MCPcopy Create free account
hub / github.com/zalando/skipper / init

Function init

pathmux/tree.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32var tm *trueMatcher
33
34func init() {
35 tm = &trueMatcher{}
36}
37
38type node struct {
39 path string

Callers 2

initBenchmarkFunction · 0.50
TestLoggingFunction · 0.50

Calls

no outgoing calls

Tested by 2

initBenchmarkFunction · 0.40
TestLoggingFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…