Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectMitosisOS/mitosis-core
/ append
Method
append
scripts/bootstrap_proxy.py:82–83 ·
view source on GitHub ↗
(self,name,env)
Source
from the content-addressed store, hash-verified
80
self.envs[name] = env
81
82
def
append(self,name,env):
83
self.envs[name] = (self.envs[name] +
":"
+ env)
84
85
def
delete(self,name):
86
self.history.remove(name)
Callers
3
check_keywords
Function · 0.45
add
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected