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

Function getAllBlockTypes

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

Source from the content-addressed store, hash-verified

88
89/** All registered block type identifiers. */
90export function getAllBlockTypes(): string[] {
91 return Object.keys(BLOCK_REGISTRY)
92}
93
94/** Whether the given string is a registered block type. Accepts hyphens as a dash-form alias. */
95export function isValidBlockType(type: string): type is string {

Callers 1

blocks.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected