Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
406
function
ensureString(value: unknown): string {
407
return
typeof value ===
'string'
? value :
''
408
}
409
410
function
buildUnifiedStartOutput(
411
workflowInput: unknown,
Callers
3
buildUnifiedStartOutput
Function · 0.85
buildChatOutput
Function · 0.85
buildLegacyStarterOutput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected