MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / isFileValid

Function isFileValid

packages/llm/src/stores/file/utilities/filter.ts:38–40  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

36}
37
38export function isFileValid(file): boolean {
39 return !isFileInvalid(file);
40}

Callers 2

writeMethod · 0.90
filter.test.tsFile · 0.90

Calls 1

isFileInvalidFunction · 0.85

Tested by

no test coverage detected