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

Function remoteID

packages/core/test/project.test.ts:15–17  ·  view source on GitHub ↗
(remote: string)

Source from the content-addressed store, hash-verified

13const it = testEffect(AppNodeBuilder.build(ProjectV2.node))
14
15function remoteID(remote: string) {
16 return ProjectV2.ID.make(Hash.fast(`git-remote:${remote}`))
17}
18
19function abs(value: string) {
20 return AbsolutePath.make(value)

Callers 1

project.test.tsFile · 0.85

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected