MCPcopy 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
191func tagID(s string) string { return "tag:" + graphSlug(s) }
192
193func addTag(g *knowledge.Graph, label string) {
194 label = strings.TrimSpace(label)

Callers 4

addMemoryNodesMethod · 0.85
addSkillNodesMethod · 0.85
addTagFunction · 0.85
TestGraphHelpersFunction · 0.85

Calls 1

graphSlugFunction · 0.85

Tested by 1

TestGraphHelpersFunction · 0.68