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

Method ID

core/env.go:286–288  ·  view source on GitHub ↗

Return the stable object ID for this binding, or an empty string if it's not an object

()

Source from the content-addressed store, hash-verified

284
285// Return the stable object ID for this binding, or an empty string if it's not an object
286func (b *Binding) ID() string {
287 return b.Key
288}
289
290// Return a stable digest of the binding's value
291func (b *Binding) Digest() digest.Digest {

Callers 2

WithInputMethod · 0.95
StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected