MCPcopy
hub / github.com/coder/mux / isAbsolute

Method isAbsolute

src/node/services/tools/fileCommon.ts:160–160  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

158
159interface RuntimePathModule {
160 isAbsolute(filePath: string): boolean;
161 relative(from: string, to: string): string;
162}
163

Callers 15

readRequiredEnvPathFunction · 0.80
isPathInsideDirFunction · 0.80
resolveRuntimePathFunction · 0.80
isPathInsideDirFunction · 0.80
parseMemoryPathFunction · 0.80
isPathWithinRootFunction · 0.80
writeArtifactMethod · 0.80
resolveWorkspaceFilePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected