MCPcopy
hub / github.com/safing/portmaster / traceValueProvider

Struct traceValueProvider

base/runtime/trace_provider.go:13–15  ·  view source on GitHub ↗

traceValueProvider can be used to wrap an existing value provider to trace an calls to their Set and Get methods.

Source from the content-addressed store, hash-verified

11// existing value provider to trace an calls to
12// their Set and Get methods.
13type traceValueProvider struct {
14 ValueProvider
15}
16
17// TraceProvider returns a new ValueProvider that wraps
18// vp but traces all Set and Get methods calls.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected