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

Struct Noop

coderd/aiseats/aiseats.go:36–36  ·  view source on GitHub ↗

Noop is an AGPL seat tracker that does nothing.

Source from the content-addressed store, hash-verified

34
35// Noop is an AGPL seat tracker that does nothing.
36type Noop struct{}
37
38func (Noop) RecordUsage(context.Context, uuid.UUID, Reason) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected