Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rewriteTagAcrossVault
Function · 0.50
remirrorOpenRecordPages
Function · 0.50
selectNoteImpl
Function · 0.50
jumpThroughNoteHistory
Function · 0.50
scheduleAssetsRefreshForVault
Function · 0.50
restoreWorkspaceForVault
Function · 0.50
store.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected