MCPcopy Create free account
hub / github.com/anomalyco/opencode / fromDriver

Function fromDriver

packages/core/src/database/path.ts:38–40  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

36 return absolute(input)
37 },
38 fromDriver(input) {
39 return AbsolutePath.make(toPlatform(absolute(input)))
40 },
41})
42
43// Legacy sessions may persist an empty directory. Keep that existing value

Callers

nothing calls this directly

Calls 4

toPlatformFunction · 0.85
storagePathFunction · 0.85
absoluteFunction · 0.70
makeMethod · 0.45

Tested by

no test coverage detected