Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ asBoolean
Function
asBoolean
apps/sim/tools/instantly/utils.ts:360–362 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
358
}
359
360
function
asBoolean(value: unknown): boolean | null {
361
return
typeof value ===
'boolean'
? value : null
362
}
Callers
2
mapCampaign
Function · 0.70
mapLeadList
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected