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

Function canPromptForm

internal/oauth/prompter.go:65–65  ·  view source on GitHub ↗

canPromptForm reports form support, tolerating a nil Prompter.

(p Prompter)

Source from the content-addressed store, hash-verified

63
64// canPromptForm reports form support, tolerating a nil Prompter.
65func canPromptForm(p Prompter) bool { return p != nil && p.CanPromptForm() }

Callers 1

beginDeviceMethod · 0.85

Calls 1

CanPromptFormMethod · 0.65

Tested by

no test coverage detected