MCPcopy
hub / github.com/mudler/LocalAI / initializeTracing

Function initializeTracing

core/http/middleware/trace.go:131–134  ·  view source on GitHub ↗
(maxItems int)

Source from the content-addressed store, hash-verified

129}
130
131func initializeTracing(maxItems int) {
132 tracingMaxItems = maxItems
133 doInitializeTracing()
134}
135
136// sensitiveTraceHeaders is the set of header names whose values must not
137// land in the in-memory trace buffer. Keys are canonical — http.Header

Callers 1

TraceMiddlewareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected