MCPcopy Index your code
hub / github.com/anomalyco/opencode / abs

Function abs

packages/core/test/move-session.test.ts:37–39  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

35)
36
37function abs(input: string) {
38 return AbsolutePath.make(input)
39}
40
41async function initRepo(directory: string) {
42 await $`git init`.cwd(directory).quiet()

Callers 1

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected