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

Method addSubNode

utils/contentfilter/contentfilter.go:143–145  ·  view source on GitHub ↗
(char rune, node *TrieNode)

Source from the content-addressed store, hash-verified

141}
142
143func (tn *TrieNode) addSubNode(char rune, node *TrieNode) {
144 tn.subNodes[char] = node
145}
146
147func SensitiveFilterFun(content string) string {
148 // 创建敏感词过滤器

Callers 1

AddKeywordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected