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

Function run

tools/maint/check_for_closed_issues.py:18–20  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

16
17
18def run(*args, **kwargs):
19 kwargs['text'] = True
20 return subprocess.check_output(*args, **kwargs)
21
22
23def is_closed(issue_number):

Callers 2

is_closedFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected