MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / split

Method split

tools/mage/headers.go:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (c *HeaderConfig) split() {
77 for _, rule := range c.Rules {
78 rule.split()
79 }
80}
81
82func (c *HeaderConfig) get(filename string) (r *HeaderRule) {
83 for _, rule := range c.Rules {

Callers

nothing calls this directly

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected