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

Function should_skip

test/run-c-api-examples.py:96–97  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

94 check_for_missing(upstream_examples)
95
96 def should_skip(e):
97 return any(e.startswith(skip) for skip in SKIP_EXAMPLES)
98
99 to_run = [e for e in upstream_examples if not should_skip(e)]
100

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected