MCPcopy Create free account
hub / github.com/echQoQ/RustSL / save

Function save

encrypt.py:18–20  ·  view source on GitHub ↗
(file_path, b64_data)

Source from the content-addressed store, hash-verified

16
17
18def save(file_path, b64_data):
19 with open(file_path, 'wb') as f:
20 f.write(b64_data)
21
22
23PLUGIN_DIR = Path(__file__).parent / 'encrypt_lib'

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected