Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
function
abs(input: string) {
38
return
AbsolutePath.make(input)
39
}
40
41
async
function
initRepo(directory: string) {
42
await
$`git init`.cwd(directory).quiet()
Callers
1
move-session.test.ts
File · 0.70
Calls
1
make
Method · 0.45
Tested by
no test coverage detected