Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ isHidden
Function
isHidden
packages/agent-core/src/services/fs/fsService.ts:426–428 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
424
}
425
426
function
isHidden(name: string): boolean {
427
return
HIDDEN_NAME_RE.test(name) || MACOS_NOISE.has(name);
428
}
429
430
function
sortDirents(
431
ds:
import
(
'node:fs'
).Dirent[],
Callers
1
list
Method · 0.85
Calls
1
has
Method · 0.65
Tested by
no test coverage detected