MCPcopy 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
426function isHidden(name: string): boolean {
427 return HIDDEN_NAME_RE.test(name) || MACOS_NOISE.has(name);
428}
429
430function sortDirents(
431 ds: import('node:fs').Dirent[],

Callers 1

listMethod · 0.85

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected