Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Azure/aztfexport
/ NewNullClient
Function
NewNullClient
pkg/telemetry/telemetry.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
type
NullClient
struct
{}
26
27
func
NewNullClient() Client {
28
return
NullClient{}
29
}
30
31
func
(NullClient) Trace(Level, string) {}
32
func
(NullClient) Close() {}
Callers
2
initTelemetryClient
Function · 0.92
NewBaseMeta
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected