MCPcopy Index your code
hub / github.com/simstudioai/sim / getAllBlockMeta

Function getAllBlockMeta

apps/sim/blocks/registry.ts:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114/** All block metas keyed by block type. */
115export function getAllBlockMeta(): Record<string, BlockMeta> {
116 return BLOCK_META_REGISTRY
117}
118
119/**
120 * A template scoped to a viewing block, enriched with `otherBlockTypes` —

Callers 2

index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected