Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
export
function
isFileValid(file): boolean {
39
return
!isFileInvalid(file);
40
}
Callers
2
write
Method · 0.90
filter.test.ts
File · 0.90
Calls
1
isFileInvalid
Function · 0.85
Tested by
no test coverage detected