MCPcopy 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_keywordsFunction · 0.45
addMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected