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

Function isFormDirName

apps/desktop/src/mcp/vault-ops.ts:21–21  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

19 * internals (data.csv, schema.json, record-page notes) aren't part of the MCP
20 * note/folder surface, so the walks skip these folders. */
21const isFormDirName = (name: string): boolean => name.toLowerCase().endsWith('.base')
22const ASSETS_DIR = 'assets'
23const PRIMARY_ATTACHMENTS_DIR = 'attachements'
24const LEGACY_ATTACHMENTS_DIRS = [PRIMARY_ATTACHMENTS_DIR, '_assets']

Callers 1

walkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected