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

Method Size

gapis/memory/data.go:40–40  ·  view source on GitHub ↗

Size returns the number of bytes that would be returned by calling Get.

()

Source from the content-addressed store, hash-verified

38
39 // Size returns the number of bytes that would be returned by calling Get.
40 Size() uint64
41
42 // Slice returns a new Data referencing a subset range of the data.
43 // The range r is relative to the base of the Slice. For example a slice of

Callers 15

ResolveMethod · 0.65
sizeMethod · 0.65
initFunction · 0.65
CastFunction · 0.65
ConvertFunction · 0.65
CaptureMethod · 0.65
runFunction · 0.65
RunMethod · 0.65
CaptureMethod · 0.65
CaptureMethod · 0.65
WriteMethod · 0.65
LoadSliceFunction · 0.65

Implementers 4

poolSlicegapis/memory/pool.go
blobgapis/memory/blob.go
resourcegapis/memory/resource.go
resourceSlicegapis/memory/resource.go

Calls

no outgoing calls

Tested by 3

checkDataFunction · 0.52
TestMakeFunction · 0.52
TestSliceCastsFunction · 0.52