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

Struct truncatingInt16

pkg/state/tests/integer.go:96–99  ·  view source on GitHub ↗

+stateify type

Source from the content-addressed store, hash-verified

94
95// +stateify type
96type truncatingInt16 struct {
97 save int64
98 load int16 `state:"nosave"`
99}
100
101func (t *truncatingInt16) StateSave(m state.Sink) {
102 m.Save(0, &t.save)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected