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

Method Install

dagql/types.go:1728–1730  ·  view source on GitHub ↗
(srv *Server)

Source from the content-addressed store, hash-verified

1726}
1727
1728func (spec InputObjectSpec) Install(srv *Server) {
1729 srv.InstallTypeDef(spec)
1730}
1731
1732func (spec InputObjectSpec) Type() *ast.Type {
1733 return &ast.Type{

Callers

nothing calls this directly

Calls 1

InstallTypeDefMethod · 0.80

Tested by

no test coverage detected