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

Method Root

dagql/server.go:529–531  ·  view source on GitHub ↗

Root returns the root object of the server. It is suitable for passing to Resolve to resolve a query.

()

Source from the content-addressed store, hash-verified

527// Root returns the root object of the server. It is suitable for passing to
528// Resolve to resolve a query.
529func (s *Server) Root() AnyObjectResult {
530 return s.root
531}
532
533// InstallObject installs the given Object type into the schema, or returns the
534// previously installed type if it was already present

Callers 15

SchemaForViewMethod · 0.95
instantiateMethod · 0.95
TestSelectArrayFunction · 0.45
TestIDsReflectQueryFunction · 0.45
TestIDFormatFunction · 0.45
TestIDRecipeDefaultFunction · 0.45

Calls

no outgoing calls