MCPcopy Index your code
hub / github.com/go-openapi/jsonpointer / GetGoNameForType

Method GetGoNameForType

ifaces.go:49–49  ·  view source on GitHub ↗

GetGoNameForType gets the go name for a given type for a json property name

(tpe reflect.Type, name string)

Source from the content-addressed store, hash-verified

47
48 // GetGoNameForType gets the go name for a given type for a json property name
49 GetGoNameForType(tpe reflect.Type, name string) (string, bool)
50}

Callers 4

rebindChildFunction · 0.65
resolveNodeForTokenMethod · 0.65
getSingleImplFunction · 0.65
setSingleImplFunction · 0.65

Implementers 3

stubNameProvideroptions_test.go
NameProviderjsonname/name_provider.go
GoNameProviderjsonname/go_name_provider.go

Calls

no outgoing calls

Tested by

no test coverage detected