Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectMitosisOS/mitosis-core
/ load
Method
load
scripts/bootstrap_proxy.py:75–76 ·
view source on GitHub ↗
(self,f)
Source
from the content-addressed store, hash-verified
73
self.history += envs.keys()
74
75
def
load(self,f):
76
self.envs = pickle.load(open(f,
"rb"
))
77
78
def
add(self,name,env):
79
self.history.append(name)
Callers
2
__init__
Method · 0.95
main
Function · 0.45
Calls
1
open
Function · 0.50
Tested by
no test coverage detected