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

Function sameRegistration

packages/cli/src/services/daemon.ts:31–33  ·  view source on GitHub ↗
(left: Registration, right: Registration)

Source from the content-addressed store, hash-verified

29type Registration = typeof Registration.Type
30
31function sameRegistration(left: Registration, right: Registration) {
32 return left.id === right.id && left.version === right.version && left.url === right.url && left.pid === right.pid
33}
34
35export const layer = Layer.effect(
36 Service,

Callers 1

daemon.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected