MCPcopy Create free account
hub / github.com/WebAssembly/wabt / GetModuleFilenames

Method GetModuleFilenames

test/run-spec-wasm2c.py:159–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self.out_file.write('\n}\n')
158
159 def GetModuleFilenames(self):
160 return [c['filename'] for c in self.commands if IsModuleCommand(c)]
161
162 def GetModulePrefix(self, idx_or_name=None):
163 if idx_or_name is None:

Callers 3

_WriteIncludesMethod · 0.95
mainFunction · 0.95

Calls 1

IsModuleCommandFunction · 0.85

Tested by

no test coverage detected