MCPcopy Index your code
hub / github.com/coder/coder / Equal

Method Equal

coderd/workspaceupdates.go:38–41  ·  view source on GitHub ↗

Equal does not compare agents

(other ownedWorkspace)

Source from the content-addressed store, hash-verified

36
37// Equal does not compare agents
38func (w ownedWorkspace) Equal(other ownedWorkspace) bool {
39 return w.WorkspaceName == other.WorkspaceName &&
40 w.Status == other.Status
41}
42
43type sub struct {
44 // ALways contains an actor

Callers 1

produceUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected