| 333 | } |
| 334 | |
| 335 | type fakeScriptLogger struct { |
| 336 | logs chan agentsdk.Log |
| 337 | } |
| 338 | |
| 339 | func (f *fakeScriptLogger) Send(ctx context.Context, logs ...agentsdk.Log) error { |
| 340 | for _, log := range logs { |
nothing calls this directly
no outgoing calls
no test coverage detected