MCPcopy Create free account
hub / github.com/dagger/dagger / telemetryTestNoopResolver

Struct telemetryTestNoopResolver

core/telemetry_test.go:307–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307type telemetryTestNoopResolver struct{}
308
309func (telemetryTestNoopResolver) ObjectType(string) (dagql.ObjectType, bool) { return nil, false }
310func (telemetryTestNoopResolver) ScalarType(string) (dagql.ScalarType, bool) { return nil, false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected