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

Method String

coderd/tracing/slog_test.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20var _ fmt.Stringer = stringer("")
21
22func (s stringer) String() string {
23 return string(s)
24}
25
26type traceEvent struct {
27 name string

Callers 15

TestTelemetryFunction · 0.45
TestTasksTelemetryFunction · 0.45
reportSyncMethod · 0.45
deploymentMethod · 0.45
buildTaskEventFunction · 0.45
ipFieldsFromProtoFunction · 0.45
NetworkEventFromProtoFunction · 0.45
ConvertTaskFunction · 0.45
Test_SlogSinkFunction · 0.45
mapToBasicMapFunction · 0.45
TracerProviderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected