Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
416
func
fmtTaskID(path string, idx int) string {
417
return
path +
"#"
+ itoa(idx)
418
}
419
420
func
itoa(n int) string {
421
if
n == 0 {
Callers
1
ParseTasks
Function · 0.85
Calls
1
itoa
Function · 0.85
Tested by
no test coverage detected