AGPLInserter is a no-op implementation of Inserter.
| 33 | |
| 34 | // AGPLInserter is a no-op implementation of Inserter. |
| 35 | type AGPLInserter struct{} |
| 36 | |
| 37 | var _ Inserter = AGPLInserter{} |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected