MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / skip

Method skip

src/command_system/engine.py:84–91  ·  view source on GitHub ↗

Create a skip result.

(cls, command_name: str)

Source from the content-addressed store, hash-verified

82
83 @classmethod
84 def skip(cls, command_name: str) -> "CommandResult":
85 """Create a skip result."""
86 return cls(
87 success=True,
88 command_name=command_name,
89 result_type="skip",
90 display="skip",
91 )
92
93
94@dataclass

Callers 15

runMethod · 0.45
runMethod · 0.45
_execute_localMethod · 0.45
_execute_interactiveMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls