Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ marshal_load
Function
marshal_load
tools/inspector_protocol/jinja2/bccache.py:42–45 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
40
f.write(marshal.dumps(code))
41
42
def
marshal_load(f):
43
if
isinstance(f, file):
44
return
marshal.load(f)
45
return
marshal.loads(f.read())
46
47
48
bc_version = 3
Callers
1
load_bytecode
Method · 0.85
Calls
2
load
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected