Skip to content

Documentation / @agentick/kernel / getParentNode

Function: getParentNode()

getParentNode(ctx): ProcedureNode | undefined

Defined in: kernel/src/execution-helpers.ts:127

Get the parent procedure node if one exists.

Parameters

ctx

KernelContext

Returns

ProcedureNode | undefined

Released under the ISC License.