MCPcopy 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
31def is_git_clean(dirname):
32 return not subprocess.check_output(['git', 'status', '-uno', '--porcelain'], text=True, cwd=dirname).strip()
33
34
35def get_changed_files(dirname):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected