Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ is_git_clean
Function
is_git_clean
tools/maint/update_website.py:31–32 ·
view source on GitHub ↗
(dirname)
Source
from the content-addressed store, hash-verified
29
30
31
def
is_git_clean(dirname):
32
return
not subprocess.check_output([
'git'
,
'status'
,
'-uno'
,
'--porcelain'
], text=True, cwd=dirname).strip()
33
34
35
def
get_changed_files(dirname):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected