MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / fmtTaskID

Function fmtTaskID

apps/server/internal/vault/parse.go:416–418  ·  view source on GitHub ↗
(path string, idx int)

Source from the content-addressed store, hash-verified

414}
415
416func fmtTaskID(path string, idx int) string {
417 return path + "#" + itoa(idx)
418}
419
420func itoa(n int) string {
421 if n == 0 {

Callers 1

ParseTasksFunction · 0.85

Calls 1

itoaFunction · 0.85

Tested by

no test coverage detected