MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetTypeDescription

Function GetTypeDescription

backend/api/mcp/openapi_index.go:32–35  ·  view source on GitHub ↗

GetTypeDescription returns a concise description for known types.

(typeName string)

Source from the content-addressed store, hash-verified

30
31// GetTypeDescription returns a concise description for known types.
32func GetTypeDescription(typeName string) (string, bool) {
33 desc, ok := typeDescriptions[typeName]
34 return desc, ok
35}
36
37// EndpointInfo is the indexed representation of an API endpoint.
38type EndpointInfo struct {

Callers 1

formatPropertyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected