MCPcopy Create free account
hub / github.com/NICUP14/MiniLang / load

Method load

src/Def.py:364–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

362 return self.loaded
363
364 def load(self):
365 self.loaded = True
366 return self
367
368 def unload(self):
369 self.loaded = False

Callers 3

gen_reg_chownFunction · 0.80
gen_loadFunction · 0.80
gen_treeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected