MCPcopy 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
85function rooted(file: string) {
86 return path.isAbsolute(FSUtil.windowsPath(file))
87}
88
89function resolve(file: string) {
90 const shell = full(file)

Callers 1

resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected