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

Function getSubBlockValue

apps/sim/lib/webhooks/deploy.ts:158–160  ·  view source on GitHub ↗
(block: BlockState, subBlockId: string)

Source from the content-addressed store, hash-verified

156}
157
158function getSubBlockValue(block: BlockState, subBlockId: string): unknown {
159 return block.subBlocks?.[subBlockId]?.value
160}
161
162function isFieldRequired(
163 config: SubBlockConfig,

Callers 3

resolveTriggerIdFunction · 0.70
getConfigValueFunction · 0.70
buildProviderConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected