MCPcopy 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

622const DB_TITLE_BAD = /[\\/:*?"<>|]/g
623
624function dbGenId(): string {
625 return crypto.randomUUID()
626}
627function dbToPosix(p: string): string {
628 return p.replace(/\\/g, '/')
629}

Callers 1

createDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected