Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Emmimal/control-layer
/ ValidationResult
Class
ValidationResult
control_layer.py:156–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
155
@dataclass
156
class
ValidationResult:
157
passed: bool
158
failure_mode: FailureMode = FailureMode.NONE
159
message: str =
""
160
score: float = 1.0
161
162
163
@dataclass
Callers
4
validate
Method · 0.85
validate
Method · 0.85
_check_json
Method · 0.85
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected