Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
run(*args, **kwargs):
19
kwargs[
'text'
] = True
20
return
subprocess.check_output(*args, **kwargs)
21
22
23
def
is_closed(issue_number):
Callers
2
is_closed
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected