MCPcopy
hub / github.com/1Panel-dev/MaxKB / _run

Method _run

apps/application/flow/i_step_node.py:368–370  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

366 return result
367
368 def _run(self):
369 result = self.execute()
370 return result
371
372 def execute(self, **kwargs) -> NodeResult:
373 pass

Callers 1

runMethod · 0.95

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected