Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
412
type
EncodingIntID int
413
414
func
(i EncodingIntID) MarshalText() ([]byte, error) {
415
return
[]byte(fmt.Sprintf(
"%d"
, i)), nil
Callers
2
jsonapi_test.go
File · 0.85
UnmarshalText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected