MCPcopy Index your code
hub / github.com/codeaashu/claude-code / checkIsGitClean

Function checkIsGitClean

src/utils/background/remote/preconditions.ts:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 * @returns true if git is clean, false otherwise
35 */
36export async function checkIsGitClean(): Promise<boolean> {
37 const isClean = await getIsClean({ ignoreUntracked: true })
38 return isClean
39}
40
41/**
42 * Checks if user has access to at least one remote environment

Callers 1

getTeleportErrorsFunction · 0.85

Calls 1

getIsCleanFunction · 0.85

Tested by

no test coverage detected