MCPcopy Index your code
hub / github.com/coder/coder / Props

Method Props

coderd/audit/request.go:592–592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590
591type Baggage interface {
592 Props() ([]baggage.Property, error)
593}
594
595func BaggageToContext(ctx context.Context, d Baggage) (context.Context, error) {

Callers 1

BaggageToContextFunction · 0.65

Implementers 1

WorkspaceBuildBaggagecoderd/audit/request.go

Calls

no outgoing calls

Tested by

no test coverage detected