MCPcopy Create free account
hub / github.com/google/gapid / Int

TypeAlias Int

gapis/memory/types.go:37–37  ·  view source on GitHub ↗

Int is a signed integer type.

Source from the content-addressed store, hash-verified

35
36// Int is a signed integer type.
37type Int int64
38
39// IntTy is the interface implemented by types that should be treated as int type.
40type IntTy interface {

Callers 2

IntMethod · 0.85
encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected