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

Struct truncatingInt32

pkg/state/tests/integer.go:114–117  ·  view source on GitHub ↗

+stateify type

Source from the content-addressed store, hash-verified

112
113// +stateify type
114type truncatingInt32 struct {
115 save int64
116 load int32 `state:"nosave"`
117}
118
119func (t *truncatingInt32) StateSave(m state.Sink) {
120 m.Save(0, &t.save)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected