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

Struct DemoTourResult

apps/server/internal/vault/demo.go:25–28  ·  view source on GitHub ↗

DemoTourResult mirrors shared/ipc.ts VaultDemoTourResult.

Source from the content-addressed store, hash-verified

23
24// DemoTourResult mirrors shared/ipc.ts VaultDemoTourResult.
25type DemoTourResult struct {
26 NotePaths []string `json:"notePaths"`
27 AssetPaths []string `json:"assetPaths"`
28}
29
30func loadDemoTour() (*demoTour, error) {
31 tour := &demoTour{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected