MCPcopy Create free account
hub / github.com/Emmimal/control-layer / __init__

Method __init__

control_layer.py:626–627  ·  view source on GitHub ↗
(self, config: ControlLayerConfig)

Source from the content-addressed store, hash-verified

624 """
625
626 def __init__(self, config: ControlLayerConfig):
627 self.config = config
628
629 def get_mutation_hint(self, failure_mode: FailureMode) -> str:
630 return MUTATION_HINTS.get(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected