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

Method logDebug

pkg/lockdown/lockdown.go:299–301  ·  view source on GitHub ↗
(ctx context.Context, msg string, attrs ...slog.Attr)

Source from the content-addressed store, hash-verified

297}
298
299func (c *RepoAccessCache) logDebug(ctx context.Context, msg string, attrs ...slog.Attr) {
300 c.log(ctx, slog.LevelDebug, msg, attrs...)
301}
302
303func (c *RepoAccessCache) isTrustedBot(username string) bool {
304 _, ok := c.trustedBotLogins[strings.ToLower(username)]

Callers 3

IsSafeContentMethod · 0.95
getRepoAccessInfoMethod · 0.95
queryRepoAccessInfoMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected