MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / getSubNode

Method getSubNode

utils/contentfilter/contentfilter.go:139–141  ·  view source on GitHub ↗
(char rune)

Source from the content-addressed store, hash-verified

137}
138
139func (tn *TrieNode) getSubNode(char rune) *TrieNode {
140 return tn.subNodes[char]
141}
142
143func (tn *TrieNode) addSubNode(char rune, node *TrieNode) {
144 tn.subNodes[char] = node

Callers 2

AddKeywordMethod · 0.80
FilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected