MCPcopy Index your code
hub / github.com/github/github-mcp-server / testLogger

Function testLogger

internal/oauth/testutil_test.go:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func testLogger() *slog.Logger {
199 return slog.New(slog.NewTextHandler(io.Discard, nil))
200}
201
202// waitForToken polls until the manager has a token or the deadline passes. The
203// authorization-code flow completes asynchronously after the callback fires, so

Callers 1

newManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected