Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ rooted
Function
rooted
packages/core/src/shell.ts:85–87 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
83
}
84
85
function
rooted(file: string) {
86
return
path.isAbsolute(FSUtil.windowsPath(file))
87
}
88
89
function
resolve(file: string) {
90
const
shell = full(file)
Callers
1
resolve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected