Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
159
interface
RuntimePathModule {
160
isAbsolute(filePath: string): boolean;
161
relative(from: string, to: string): string;
162
}
163
Callers
15
readRequiredEnvPath
Function · 0.80
isPathInsideDir
Function · 0.80
resolveRuntimePath
Function · 0.80
isPathInsideDir
Function · 0.80
parseMemoryPath
Function · 0.80
isPathWithinRoot
Function · 0.80
writeArtifact
Method · 0.80
isSafeSubagentGitPatchPathComponent
Function · 0.80
deriveSubProjectRelativePath
Function · 0.80
resolveWorkspaceFilePath
Function · 0.80
workspaceMcpOverridesService.test.ts
File · 0.80
projectService.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected