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

Method getAppInfo

packages/bridge-contract/src/bridge.ts:76–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74export interface ZenBridge {
75 getCapabilities(): ZenCapabilities
76 getAppInfo(): ZenAppInfo
77
78 platform(): Promise<NodeJS.Platform>
79 platformSync(): NodeJS.Platform

Callers 15

ensureWebServerSessionFunction · 0.80
store.tsFile · 0.80
AppFunction · 0.80
EditorPaneFunction · 0.80
AssetTabViewFunction · 0.80
CommandPaletteFunction · 0.80
NoteListFunction · 0.80
SettingsModalFunction · 0.80
ArchiveViewFunction · 0.80
VimNavFunction · 0.80
OnboardingWizardFunction · 0.80
Preview.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected