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

Function symlink

packages/opencode/test/project/vcs.test.ts:47–47  ·  view source on GitHub ↗
(target: string, file: string)

Source from the content-addressed store, hash-verified

45})
46
47const symlink = (target: string, file: string) => Effect.promise(() => fs.symlink(target, file))
48
49const init = Effect.fn("VcsTest.init")(function* () {
50 const vcs = yield* Vcs.Service

Callers 4

vcs.test.tsFile · 0.85
linkBinaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected