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

Method New

core/math/interval/list.go:32–32  ·  view source on GitHub ↗

New creates a new element at the specifed index with the specified span

(index int, span U64Span)

Source from the content-addressed store, hash-verified

30 SetSpan(index int, span U64Span)
31 // New creates a new element at the specifed index with the specified span
32 New(index int, span U64Span)
33 // Copy count list entries
34 Copy(to, from, count int)
35 // Resize adjusts the length of the array

Callers 15

TestArenaStatsFunction · 0.65
sysTryLockFunction · 0.65
sysUnlockFunction · 0.65
GetConnectedDeviceFunction · 0.65
TestSortFunction · 0.65
NewFunction · 0.65
ReverseFunction · 0.65
CastFunction · 0.65
addressableFunction · 0.65
addForTypeMethod · 0.65
addMethod · 0.65
CloneFunction · 0.65

Calls

no outgoing calls

Tested by 4

TestArenaStatsFunction · 0.52
TestSortFunction · 0.52
TestInvokeMethodFunction · 0.52
ExampleErrorsFunction · 0.52