MCPcopy Create free account
hub / github.com/ProjectMitosisOS/mitosis-core / store

Method store

scripts/bootstrap_proxy.py:95–97  ·  view source on GitHub ↗
(self,f)

Source from the content-addressed store, hash-verified

93 return s
94
95 def store(self,f):
96 with open(f, 'wb') as handle:
97 pickle.dump(self.envs, handle, protocol=pickle.HIGHEST_PROTOCOL)
98
99class ConnectProxy:
100 def __init__(self,mac,user="",passp=""):

Callers

nothing calls this directly

Calls 1

openFunction · 0.50

Tested by

no test coverage detected