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

Function ensureString

apps/sim/executor/utils/start-block.ts:406–408  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

404}
405
406function ensureString(value: unknown): string {
407 return typeof value === 'string' ? value : ''
408}
409
410function buildUnifiedStartOutput(
411 workflowInput: unknown,

Callers 3

buildUnifiedStartOutputFunction · 0.85
buildChatOutputFunction · 0.85
buildLegacyStarterOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected