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

Function extParseGoFieldName

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

Source from the content-addressed store, hash-verified

56}
57
58func extParseGoFieldName(extPropValue any) (string, error) {
59 return extString(extPropValue)
60}
61
62func extParseOmitEmpty(extPropValue any) (bool, error) {
63 omitEmpty, ok := extPropValue.(bool)

Callers 3

GoFieldNameMethod · 0.85
serverObjectDefinitionsFunction · 0.85
GoNameMethod · 0.85

Calls 1

extStringFunction · 0.85

Tested by

no test coverage detected