MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / isAbsoluteWindowsPath

Function isAbsoluteWindowsPath

packages/kaos/src/environment.ts:214–216  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

212}
213
214function isAbsoluteWindowsPath(path: string): boolean {
215 return nodePath.win32.isAbsolute(normalizeWindowsPath(path));
216}
217
218function dedupeWindowsPaths(paths: readonly string[]): readonly string[] {
219 const deduped: string[] = [];

Callers 2

readGitExecPathFunction · 0.85
findExecutablesOnPathFunction · 0.85

Calls 1

normalizeWindowsPathFunction · 0.85

Tested by

no test coverage detected