MCPcopy
hub / github.com/apache/caldera / obfuscator

Function obfuscator

tests/conftest.py:205–211  ·  view source on GitHub ↗
(event_loop, data_svc)

Source from the content-addressed store, hash-verified

203
204@pytest.fixture
205def obfuscator(event_loop, data_svc):
206 event_loop.run_until_complete(data_svc.store(
207 Obfuscator(name='plain-text',
208 description='Does no obfuscation to any command, instead running it in plain text',
209 module='plugins.stockpile.app.obfuscators.plain_text')
210 )
211 )
212
213
214@pytest.fixture

Callers

nothing calls this directly

Calls 2

ObfuscatorClass · 0.90
storeMethod · 0.45

Tested by

no test coverage detected