Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ ok
Method
ok
src/tool_system/build_tool.py:22–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
@staticmethod
22
def
ok() -> ValidationResult:
23
return
ValidationResult(result=True)
24
25
@staticmethod
26
def
fail(message: str, error_code: int = 0) -> ValidationResult:
Callers
6
_validate_mcp_input
Function · 0.45
validate_mcp_tool_input_schema
Function · 0.45
_validate_input
Function · 0.45
_validate_input
Function · 0.45
_validate_skill_input
Function · 0.45
_bash_validate_input
Function · 0.45
Calls
1
ValidationResult
Class · 0.85
Tested by
no test coverage detected