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

Function isHiddenFromDisplay

packages/workflow-types/src/blocks.ts:85–89  ·  view source on GitHub ↗
(def: unknown)

Source from the content-addressed store, hash-verified

83 }
84
85export function isHiddenFromDisplay(def: unknown): boolean {
86 return Boolean(
87 def && typeof def === 'object' && 'hiddenFromDisplay' in def && def.hiddenFromDisplay
88 )
89}

Callers 4

filterOutputsByConditionFunction · 0.90
getToolOutputsFunction · 0.90
executeFunction · 0.90
filterOutputForLogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected