Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectMitosisOS/mitosis-core
/ load
Method
load
exp_scripts/bootstrap.py:92–93 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
90
self.history += envs.keys()
91
92
def
load(self, f):
93
self.envs = pickle.load(open(f,
"rb"
))
94
95
def
add(self, name, env):
96
self.history.append(name)
Callers
3
__init__
Method · 0.95
main
Function · 0.45
main
Function · 0.45
Calls
1
open
Function · 0.50
Tested by
no test coverage detected