Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
(c *HeaderConfig) split() {
77
for
_, rule :=
range
c.Rules {
78
rule.split()
79
}
80
}
81
82
func
(c *HeaderConfig) get(filename string) (r *HeaderRule) {
83
for
_, rule :=
range
c.Rules {
Callers
nothing calls this directly
Calls
1
split
Method · 0.45
Tested by
no test coverage detected