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

Method Extensions

modules/dev/internal/dagger/dagger.gen.go:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139func (e *ExecError) Extensions() map[string]any {
140 return e.original.Extensions()
141}
142
143func (e *ExecError) Message() string {
144 return e.original.Error()

Callers

nothing calls this directly

Calls 1

ExtensionsMethod · 0.65

Tested by

no test coverage detected