MCPcopy Create free account
hub / github.com/github/gh-aw / IsValid

Method IsValid

pkg/constants/url_constants.go:29–31  ·  view source on GitHub ↗

IsValid returns true if the documentation URL is non-empty

()

Source from the content-addressed store, hash-verified

27
28// IsValid returns true if the documentation URL is non-empty
29func (d DocURL) IsValid() bool {
30 return d != ""
31}
32
33// DefaultMCPRegistryURL is the default MCP registry URL.
34const DefaultMCPRegistryURL URL = "https://api.mcp.github.com/v0.1"

Callers 13

isZeroValueFunction · 0.45
formatFieldValueFunction · 0.45
formatTimeValueFunction · 0.45
isPrereleaseVersionFunction · 0.45
setupActionModeFunction · 0.45
validateActionModeConfigFunction · 0.45
TestSpec_JobNames_ValuesFunction · 0.45
TestHelperMethodsFunction · 0.45
markBodyCloseFunction · 0.45
trackHTTPAssignmentFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestSpec_JobNames_ValuesFunction · 0.36
TestHelperMethodsFunction · 0.36