MCPcopy Index your code
hub / github.com/cli/cli / stubStateDir

Function stubStateDir

internal/telemetry/telemetry_test.go:20–24  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

18)
19
20func stubStateDir(dir string) func() {
21 orig := stateDirFunc
22 stateDirFunc = func() string { return dir }
23 return func() { stateDirFunc = orig }
24}
25
26func stubDeviceID(id string) func() {
27 orig := deviceIDFunc

Callers 1

TestGetOrCreateDeviceIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected