MCPcopy Index your code
hub / github.com/deepnote/deepnote / shortId

Function shortId

packages/cli/src/utils/block-label.ts:163–165  ·  view source on GitHub ↗

* Get a shortened version of a block ID for display.

(id: string)

Source from the content-addressed store, hash-verified

161 * Get a shortened version of a block ID for display.
162 */
163function shortId(id: string): string {
164 return id.slice(0, 8)
165}

Callers 1

getBlockLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected