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

Function Decode

test/run-tests.py:175–176  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

173
174def DiffLines(expected, actual):
175 def Decode(s):
176 return s.decode('utf-8', 'replace')
177
178 expected_lines = [Decode(line) for line in expected.splitlines() if line]
179 actual_lines = [Decode(line) for line in actual.splitlines() if line]

Callers 1

DiffLinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected