Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc-ecosystem/grpc-gateway
/ value
Method
value
utilities/trie.go:63–65 ·
view source on GitHub ↗
(seqs [][]int)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(n node) value(seqs [][]int) int {
64
return
seqs[n.row][n.col]
65
}
66
67
func
(n node) children(seqs [][]int) []*node {
68
var
result []*node
Callers
1
addSeqs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected