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

Method viewState

core/schema/coremod.go:304–309  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

302}
303
304func (m *CoreMod) viewState(ctx context.Context) (*coreSchemaViewState, error) {
305 if m.base == nil {
306 return nil, fmt.Errorf("core schema base is nil")
307 }
308 return m.base.viewState(ctx, m.view)
309}
310
311func (m *CoreMod) TypeDefs(ctx context.Context, dag *dagql.Server) (dagql.ObjectResultArray[*core.TypeDef], error) {
312 _ = dag

Callers 9

ModTypeForMethod · 0.95
TypeDefsMethod · 0.95
ConvertFromSDKResultMethod · 0.45
ConvertToSDKInputMethod · 0.45
TypeDefMethod · 0.45
TypeDefMethod · 0.45
ConvertFromSDKResultMethod · 0.45
ConvertToSDKInputMethod · 0.45
TypeDefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected