MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / is_executed

Method is_executed

src/commands/command_base.py:91–93  ·  view source on GitHub ↗

Check if command has been executed.

(self)

Source from the content-addressed store, hash-verified

89 return 512
90
91 def is_executed(self) -> bool:
92 """Check if command has been executed."""
93 return self._executed
94
95 def is_undone(self) -> bool:
96 """Check if command has been undone."""

Calls

no outgoing calls