MCPcopy
hub / github.com/simstudioai/sim / supportsHandles

Function supportsHandles

apps/sim/executor/constants.ts:364–366  ·  view source on GitHub ↗
(blockType: string | undefined)

Source from the content-addressed store, hash-verified

362}
363
364export function supportsHandles(blockType: string | undefined): boolean {
365 return !isAnnotationOnlyBlock(blockType)
366}
367
368export function getDefaultTokens() {
369 return {

Callers

nothing calls this directly

Calls 1

isAnnotationOnlyBlockFunction · 0.85

Tested by

no test coverage detected