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

Struct AGPLInserter

coderd/usage/inserter.go:35–35  ·  view source on GitHub ↗

AGPLInserter is a no-op implementation of Inserter.

Source from the content-addressed store, hash-verified

33
34// AGPLInserter is a no-op implementation of Inserter.
35type AGPLInserter struct{}
36
37var _ Inserter = AGPLInserter{}
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected