Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
save(file_path, b64_data):
19
with
open(file_path,
'wb'
)
as
f:
20
f.write(b64_data)
21
22
23
PLUGIN_DIR = Path(__file__).parent /
'encrypt_lib'
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected