MCPcopy
hub / github.com/google/gvisor / StateLoad

Method StateLoad

pkg/state/state.go:215–215  ·  view source on GitHub ↗

StateLoad loads the state of the object.

(context.Context, Source)

Source from the content-addressed store, hash-verified

213
214 // StateLoad loads the state of the object.
215 StateLoad(context.Context, Source)
216}
217
218// Source is used for Type.StateLoad.

Callers 1

decodeStructMethod · 0.65

Implementers 9

truncatingUint8pkg/state/tests/integer.go
truncatingUint16pkg/state/tests/integer.go
truncatingUint32pkg/state/tests/integer.go
truncatingInt8pkg/state/tests/integer.go
truncatingInt16pkg/state/tests/integer.go
truncatingInt32pkg/state/tests/integer.go
truncatingFloat32pkg/state/tests/integer.go
truncatingComplex64pkg/state/tests/integer.go
fakerWithSaverLoaderpkg/state/tests/register_test.go

Calls

no outgoing calls

Tested by

no test coverage detected