MCPcopy Index your code
hub / github.com/DataDog/jsonapi / String

Method String

jsonapi_test.go:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386type IntID int
387
388func (i IntID) String() string {
389 return fmt.Sprintf("%d", i)
390}
391
392type ArticleIntIDID struct {
393 ID IntID `jsonapi:"primary,articles"`

Callers 7

TestDerefValueFunction · 0.80
TestDerefTypeFunction · 0.80
UnmarshalFunction · 0.80
unmarshalResourceObjectsFunction · 0.80
unmarshalMethod · 0.80
checkMetaFunction · 0.80
makeResourceObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected