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

Method Schema

dagql/server.go:913–915  ·  view source on GitHub ↗

Schema returns the current schema of the server.

()

Source from the content-addressed store, hash-verified

911
912// Schema returns the current schema of the server.
913func (s *Server) Schema() *ast.Schema {
914 return s.SchemaForView(s.View)
915}
916
917func (s *Server) SchemaForView(view call.View) *ast.Schema {
918 s.reconcileInterfaceImplsIfDirty()

Callers 4

SchemaDigestMethod · 0.95
ExecOpMethod · 0.95
InstallFunction · 0.45
serveQueryMethod · 0.45

Calls 1

SchemaForViewMethod · 0.95

Tested by

no test coverage detected