MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / __init__

Method __init__

tests/test_admin_security.py:137–138  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

135
136class FakeConfigRecord:
137 def __init__(self, value):
138 self.value = value
139
140
141class FakeConfigQuery:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected