MCPcopy Create free account
hub / github.com/anomalyco/opencode / isNode

Function isNode

packages/core/src/effect/layer-node.ts:158–160  ·  view source on GitHub ↗
(input: Layer.Any | AnyNode)

Source from the content-addressed store, hash-verified

156}
157
158function isNode(input: Layer.Any | AnyNode): input is AnyNode {
159 return "kind" in input && "dependencies" in input
160}
161
162// Tree -----------------------------------------------------------------------
163

Callers 1

replacementNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected