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

Method __init__

tools/wasm-sourcemap.py:104–106  ·  view source on GitHub ↗
(self, sources, load, base_path)

Source from the content-addressed store, hash-verified

102# - "load" is for paths that used to load source text
103class SourceMapPrefixes:
104 def __init__(self, sources, load, base_path):
105 self.sources = Prefixes(sources, base_path=base_path)
106 self.load = Prefixes(load, preserve_deterministic_prefix=False)
107
108
109def encode_vlq(n):

Callers

nothing calls this directly

Calls 1

PrefixesClass · 0.85

Tested by

no test coverage detected