Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ check
Function
check
src/utils/lockfile.ts:41–43 ·
view source on GitHub ↗
(file: string, options?: CheckOptions)
Source
from the content-addressed store, hash-verified
39
}
40
41
export
function
check(file: string, options?: CheckOptions): Promise<boolean> {
42
return
getLockfile().check(file, options)
43
}
44
Callers
1
shouldFilterSuggestion
Function · 0.50
Calls
1
getLockfile
Function · 0.85
Tested by
no test coverage detected