Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ dbGenId
Function
dbGenId
apps/web/src/bridge/http-bridge.ts:624–626 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
622
const
DB_TITLE_BAD = /[\\/:*?"<>|]/g
623
624
function
dbGenId(): string {
625
return
crypto.randomUUID()
626
}
627
function
dbToPosix(p: string): string {
628
return
p.replace(/\\/g,
'/'
)
629
}
Callers
1
createDatabase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected