MCPcopy Create free account
hub / github.com/deepnote/deepnote / emptyContent

Function emptyContent

packages/blocks/src/deepnote-file/deepnote-file-schema.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9/** Preprocesses any content value to empty string for blocks that don't use content */
10const emptyContent = () => z.preprocess(() => '', z.literal('').optional())
11
12// =============================================================================
13// Base metadata schemas

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected