MCPcopy Index your code
hub / github.com/dagger/dagger / AllView

Struct AllView

dagql/objects.go:707–707  ·  view source on GitHub ↗

AllView is similar to the global view, however, instead of being an empty view, it's still counted as a view. This means that each call for a field is associated with the server view, which results in slightly different caching behavior. Additionally, it can be overridden in different views.

Source from the content-addressed store, hash-verified

705// which results in slightly different caching behavior. Additionally, it can
706// be overridden in different views.
707type AllView struct{}
708
709func (AllView) Contains(view call.View) bool {
710 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected