Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diillson/chatcli
/ tagID
Function
tagID
cli/knowledge_graph.go:191–191 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
189
}
190
191
func
tagID(s string) string {
return
"tag:"
+ graphSlug(s) }
192
193
func
addTag(g *knowledge.Graph, label string) {
194
label = strings.TrimSpace(label)
Callers
4
addMemoryNodes
Method · 0.85
addSkillNodes
Method · 0.85
addTag
Function · 0.85
TestGraphHelpers
Function · 0.85
Calls
1
graphSlug
Function · 0.85
Tested by
1
TestGraphHelpers
Function · 0.68