Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agadmator-library/agadmator-library.github.io
/ getFilePath
Function
getFilePath
build_scripts/db.ts:39–41 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
37
}
38
39
function
getFilePath(id: string) {
40
return
`${getDir()}/${id}.json`;
41
}
42
43
function
assertNamespace(namespace: string) {
44
if
(ALLOWED_NAMESPACES.indexOf(namespace) < 0) {
Callers
3
read
Method · 0.85
save
Method · 0.85
delete
Method · 0.85
Calls
1
getDir
Function · 0.85
Tested by
no test coverage detected