MCPcopy Create free account
hub / github.com/akhilmathurs/orchestra / evaluate_patch

Function evaluate_patch

server.py:164–168  ·  view source on GitHub ↗
(self, parameters)

Source from the content-addressed store, hash-verified

162
163 strategy.original_evaluate = strategy.evaluate
164 def evaluate_patch(self, parameters):
165 if hasattr(self, '_custom_skip_round') and self._custom_skip_round:
166 print("Skipping evaluate")
167 return None
168 return self.original_evaluate(parameters)
169 strategy.evaluate = types.MethodType(evaluate_patch, strategy)
170
171 strategy.original_configure_evaluate = strategy.configure_evaluate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…