MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __init__

Method __init__

tools/emsymbolizer.py:112–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 func: str | None = None
111
112 def __init__(self):
113 self.version = None
114 self.sources = []
115 self.funcs = []
116 self.mappings = {}
117 self.offsets = []
118
119 def parse(self, filename):
120 source_map_json = json.loads(utils.read_file(filename))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected