Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ draftPath
Function
draftPath
packages/shared/draft.ts:33–35 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
31
}
32
33
function
draftPath(key: string): string {
34
return
join(getDraftDir(), `${key}.json`);
35
}
36
37
function
tombstonePath(key: string): string {
38
return
join(getDraftDir(), `${key}.deleted.json`);
Callers
4
readStoredDraftGeneration
Function · 0.85
saveDraft
Function · 0.85
loadDraft
Function · 0.85
deleteDraft
Function · 0.85
Calls
1
getDraftDir
Function · 0.85
Tested by
no test coverage detected