Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
func
(tn *TrieNode) addSubNode(char rune, node *TrieNode) {
144
tn.subNodes[char] = node
145
}
146
147
func
SensitiveFilterFun(content string) string {
148
// 创建敏感词过滤器
Callers
1
AddKeyword
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected