Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/labstack/echo
/ addStaticChild
Method
addStaticChild
router.go:702–704 ·
view source on GitHub ↗
(c *node)
Source
from the content-addressed store, hash-verified
700
}
701
702
func
(n *node) addStaticChild(c *node) {
703
n.staticChildren = append(n.staticChildren, c)
704
}
705
706
func
(n *node) findStaticChild(l byte) *node {
707
for
_, c :=
range
n.staticChildren {
Callers
1
insert
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected