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

Method ElementType

gapis/memory/slice.go:41–41  ·  view source on GitHub ↗

ElementType returns the reflect.Type of the elements in the slice.

()

Source from the content-addressed store, hash-verified

39
40 // ElementType returns the reflect.Type of the elements in the slice.
41 ElementType() reflect.Type
42
43 // ISlice returns a sub-slice from this slice using start and end indices.
44 ISlice(start, end uint64) Slice

Callers 3

LoadSliceFunction · 0.65
LoadPointerFunction · 0.65
valMethod · 0.65

Implementers 1

sligapis/memory/slice.go

Calls

no outgoing calls

Tested by

no test coverage detected