MCPcopy 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
702func (n *node) addStaticChild(c *node) {
703 n.staticChildren = append(n.staticChildren, c)
704}
705
706func (n *node) findStaticChild(l byte) *node {
707 for _, c := range n.staticChildren {

Callers 1

insertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected