MCPcopy Index your code
hub / github.com/callstack/agent-device / isNodeEditable

Function isNodeEditable

src/utils/selector-node.ts:11–13  ·  view source on GitHub ↗
(node: SnapshotNode, platform: Platform | PublicPlatform)

Source from the content-addressed store, hash-verified

9}
10
11export function isNodeEditable(node: SnapshotNode, platform: Platform | PublicPlatform): boolean {
12 return isFillableType(node.type ?? '', platform) && node.enabled !== false;
13}

Callers 3

evaluateIsPredicateFunction · 0.90
matchesTermFunction · 0.90

Calls 1

isFillableTypeFunction · 0.90

Tested by

no test coverage detected