MCPcopy Index your code
hub / github.com/oapi-codegen/oapi-codegen / extParseDeprecationReason

Function extParseDeprecationReason

pkg/codegen/extension.go:118–120  ·  view source on GitHub ↗
(extPropValue any)

Source from the content-addressed store, hash-verified

116}
117
118func extParseDeprecationReason(extPropValue any) (string, error) {
119 return extString(extPropValue)
120}
121
122func extParseOapiCodegenOnlyHonourGoName(extPropValue any) (bool, error) {
123 onlyHonourGoName, ok := extPropValue.(bool)

Callers 1

GenFieldsFromPropertiesFunction · 0.85

Calls 1

extStringFunction · 0.85

Tested by

no test coverage detected