MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / write_context

Method write_context

apps/application/flow/i_step_node.py:211–212  ·  view source on GitHub ↗
(self, node, workflow)

Source from the content-addressed store, hash-verified

209 self._is_interrupt = _is_interrupt
210
211 def write_context(self, node, workflow):
212 return self._write_context(self.node_variable, self.workflow_variable, node, workflow)
213
214 def is_assertion_result(self):
215 return 'branch_id' in self.node_variable

Callers 3

hand_node_resultMethod · 0.95
hand_node_resultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected