MCPcopy Create free account
hub / github.com/THUDM/AgentBench / check

Method check

src/utils/rules.py:29–30  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

27 self.rule = rule
28
29 def check(self, obj) -> bool:
30 return not self.rule.check(obj)
31
32
33class AndRule(RuleBase):

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected