Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_chown
Function · 0.80
gen_load
Function · 0.80
gen_tree
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected