MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / fires

Function fires

tests/unit/test_ai_rules.py:107–108  ·  view source on GitHub ↗
(code: str, rule_id: str)

Source from the content-addressed store, hash-verified

105
106
107def fires(code: str, rule_id: str) -> bool:
108 return any(result["rule_id"] == rule_id for result in run_pyspector_ai(code))
109
110
111class TestAI206:

Calls 1

run_pyspector_aiFunction · 0.85

Tested by

no test coverage detected