MCPcopy
hub / github.com/affaan-m/ECC / ok

Method ok

integrations/aura/adapter.py:93–95  ·  view source on GitHub ↗

True for verdicts safe to proceed with (trusted / caution).

(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def ok(self) -> bool:
94 """True for verdicts safe to proceed with (trusted / caution)."""
95 return self.verdict in ("trusted", "caution")
96
97 def as_dict(self) -> dict[str, Any]:
98 """The minimal {verdict, reason, score} contract, plus did/ok."""

Callers 15

mainFunction · 0.80
getTomlSectionFunction · 0.80
loadJsonObjectFunction · 0.80
getSessionStartPayloadFunction · 0.80
getHookCommandByIdFunction · 0.80
runTestsFunction · 0.80

Calls

no outgoing calls

Tested by 15

mainFunction · 0.64
getTomlSectionFunction · 0.64
loadJsonObjectFunction · 0.64
getSessionStartPayloadFunction · 0.64
getHookCommandByIdFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64
runTestsFunction · 0.64