MCPcopy 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
41export function check(file: string, options?: CheckOptions): Promise<boolean> {
42 return getLockfile().check(file, options)
43}
44

Callers 1

shouldFilterSuggestionFunction · 0.50

Calls 1

getLockfileFunction · 0.85

Tested by

no test coverage detected