MCPcopy
hub / github.com/anomalyco/opencode / remoteProjectID

Function remoteProjectID

packages/opencode/test/project/project.test.ts:29–31  ·  view source on GitHub ↗
(remote: string)

Source from the content-addressed store, hash-verified

27const it = testEffect(AppNodeBuilder.build(projectTestNode))
28
29function remoteProjectID(remote: string) {
30 return ProjectV2.ID.make(Hash.fast(`git-remote:${remote}`))
31}
32
33/**
34 * Creates a mock ChildProcessSpawner layer that intercepts git subcommands

Callers 1

project.test.tsFile · 0.85

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected