MCPcopy Create free account
hub / github.com/DataDog/jsonapi / IntID

TypeAlias IntID

jsonapi_test.go:386–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386type IntID int
387
388func (i IntID) String() string {
389 return fmt.Sprintf("%d", i)

Callers 2

jsonapi_test.goFile · 0.85
UnmarshalIDMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected