Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ check
Method
check
src/utils/rules.py:45–46 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
43
self.rules = rules
44
45
def
check(self, obj) -> bool:
46
return
any(rule.check(obj)
for
rule in self.rules)
Callers
2
check
Method · 0.45
check
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected