Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ encodableStruct
Struct
encodableStruct
gapis/memory/write_test.go:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
type
encodableStruct
struct
{
64
X uint8
65
Y Pointer
66
Z int16
67
W uint64
68
}
69
70
var
_ Encodable = encodableStruct{}
71
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected