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

Function helper

tools/webassembly.py:62–65  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

60
61 @wraps(method)
62 def helper(self, *args, **kwargs):
63 key = method
64 if key not in self._cache:
65 self._cache[key] = method(self, *args, **kwargs)
66
67 return helper
68

Callers

nothing calls this directly

Calls 1

methodFunction · 0.85

Tested by

no test coverage detected