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

Function idInputDebugString

dagql/call_request_input.go:24–32  ·  view source on GitHub ↗
(id *call.ID)

Source from the content-addressed store, hash-verified

22}
23
24func idInputDebugString(id *call.ID) string {
25 if id == nil {
26 return "<nil>"
27 }
28 if id.IsHandle() {
29 return id.Display()
30 }
31 return string(id.Digest())
32}
33
34func resultCallRefFromResult(ctx context.Context, res AnyResult) (*ResultCallRef, error) {
35 if res == nil {

Callers 6

LoadTypeMethod · 0.85
loadRecipeVertexMethod · 0.85
resultCallRefFromIDInputFunction · 0.85

Calls 3

IsHandleMethod · 0.80
DisplayMethod · 0.65
DigestMethod · 0.65

Tested by

no test coverage detected