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

Method restore

tools/settings.py:437–438  ·  view source on GitHub ↗
(self, previous)

Source from the content-addressed store, hash-verified

435 return copy.deepcopy(self.attrs)
436
437 def restore(self, previous):
438 self.attrs.update(previous)
439
440
441settings = SettingsManager()

Callers 2

run_embind_genFunction · 0.80
libsdl.jsFile · 0.80

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected