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

Method ReadOnly

engine/clientdb/span.go:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func (span *Span) ReadOnly() sdktrace.ReadOnlySpan {
24 return &readOnlySpan{
25 DB: span,
26 }
27}
28
29type readOnlySpan struct {
30 // Have to embed the interface to get private(). Goofy.

Callers 4

MountMethod · 0.80
subMountMethod · 0.80
MountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected