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

TypeAlias EncodingIntID

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

Source from the content-addressed store, hash-verified

410)
411
412type EncodingIntID int
413
414func (i EncodingIntID) MarshalText() ([]byte, error) {
415 return []byte(fmt.Sprintf("%d", i)), nil

Callers 2

jsonapi_test.goFile · 0.85
UnmarshalTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected