MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / decode

Function decode

packages/app-core/src/lib/internal-links.ts:22–28  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

20}
21
22function decode(value: string): string {
23 try {
24 return decodeURIComponent(value)
25 } catch {
26 return value
27 }
28}
29
30function posixJoin(a: string, b: string): string {
31 if (!a) return b

Callers 1

resolveInternalNoteHrefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected