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

Struct noopTypeResolver

dagql/cache_test.go:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253type noopTypeResolver struct{}
254
255func (noopTypeResolver) ObjectType(string) (ObjectType, bool) {
256 return nil, false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected