MCPcopy
hub / github.com/uber-go/nilaway / String

Method String

annotation/key.go:41–41  ·  view source on GitHub ↗

String returns a string representation of this annotation key These get stored into PrimitiveAnnotationKeys - so KEEP THEM COMPACT a good guideline would be the length of their name plus no more than 10 characters

()

Source from the content-addressed store, hash-verified

39 // These get stored into PrimitiveAnnotationKeys - so KEEP THEM COMPACT
40 // a good guideline would be the length of their name plus no more than 10 characters
41 String() string
42
43 // equals returns true if the passed key is equal to this key
44 equals(Key) bool

Callers 15

TestGroupErrorMessagesFunction · 0.65
getFullyQualifiedNameFunction · 0.65
PrestringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
PrestringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
ParamKeyFromNameFunction · 0.65

Implementers 12

FieldAnnotationKeyannotation/key.go
ParamAnnotationKeyannotation/key.go
CallSiteRetAnnotationKeyannotation/key.go
RetAnnotationKeyannotation/key.go
TypeNameAnnotationKeyannotation/key.go
GlobalVarAnnotationKeyannotation/key.go
LocalVarAnnotationKeyannotation/key.go
RetFieldAnnotationKeyannotation/key.go
EscapeFieldAnnotationKeyannotation/key.go
ParamFieldAnnotationKeyannotation/key.go
RecvAnnotationKeyannotation/key.go

Calls

no outgoing calls

Tested by 2

TestGroupErrorMessagesFunction · 0.52
TestPluginFunction · 0.52