MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / evaluate

Method evaluate

KVCOMM/tools/coding/executor_types.py:15–16  ·  view source on GitHub ↗
(self, name: str, func: str, test: str, timeout: int = 5)

Source from the content-addressed store, hash-verified

13
14 @abstractmethod
15 def evaluate(self, name: str, func: str, test: str, timeout: int = 5) -> bool:
16 ...
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected