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

Function get

packages/app-core/src/components/SettingsModal.test.ts:53–56  ·  view source on GitHub ↗
(target, property: string)

Source from the content-addressed store, hash-verified

51 },
52 {
53 get(target, property: string) {
54 if (property in target) return target[property as keyof typeof target]
55 return vi.fn()
56 }
57 }
58 )
59

Callers 7

rewriteTagAcrossVaultFunction · 0.50
remirrorOpenRecordPagesFunction · 0.50
selectNoteImplFunction · 0.50
jumpThroughNoteHistoryFunction · 0.50
restoreWorkspaceForVaultFunction · 0.50
store.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected