| 305 | } |
| 306 | |
| 307 | type telemetryTestNoopResolver struct{} |
| 308 | |
| 309 | func (telemetryTestNoopResolver) ObjectType(string) (dagql.ObjectType, bool) { return nil, false } |
| 310 | func (telemetryTestNoopResolver) ScalarType(string) (dagql.ScalarType, bool) { return nil, false } |
nothing calls this directly
no outgoing calls
no test coverage detected