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

Function errPathOOB

gapis/resolve/errors.go:23–28  ·  view source on GitHub ↗
(val uint64, name string, min, max uint64, p path.Node)

Source from the content-addressed store, hash-verified

21)
22
23func errPathOOB(val uint64, name string, min, max uint64, p path.Node) error {
24 return &service.ErrInvalidPath{
25 Reason: messages.ErrValueOutOfBounds(val, name, min, max),
26 Path: p.Path(),
27 }
28}
29
30func errPathSliceOOB(start, end, length uint64, p path.Node) error {
31 return &service.ErrInvalidPath{

Callers 7

changeFunction · 0.85
stateTreeNodeFunction · 0.85
NCmdsFunction · 0.85
ConstantSetFunction · 0.85
ResolveMethod · 0.85
MemoryFunction · 0.85
ArrayIndexFunction · 0.85

Calls 1

PathMethod · 0.65

Tested by

no test coverage detected