Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
85
export
function
isHiddenFromDisplay(def: unknown): boolean {
86
return
Boolean(
87
def && typeof def ===
'object'
&&
'hiddenFromDisplay'
in def && def.hiddenFromDisplay
88
)
89
}
Callers
4
filterOutputsByCondition
Function · 0.90
getToolOutputs
Function · 0.90
execute
Function · 0.90
filterOutputForLog
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected