MCPcopy Index your code
hub / github.com/massCodeIO/massCode / getDescription

Function getDescription

src/main/http/import/openapi.ts:136–138  ·  view source on GitHub ↗
(operation: UnknownRecord)

Source from the content-addressed store, hash-verified

134}
135
136function getDescription(operation: UnknownRecord): string {
137 return asString(operation.description || operation.summary)
138}
139
140function getRequestName(
141 operation: UnknownRecord,

Callers 1

parseOperationFunction · 0.70

Calls 1

asStringFunction · 0.70

Tested by

no test coverage detected