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

Struct truncatingInt8

pkg/state/tests/integer.go:78–81  ·  view source on GitHub ↗

+stateify type

Source from the content-addressed store, hash-verified

76
77// +stateify type
78type truncatingInt8 struct {
79 save int64
80 load int8 `state:"nosave"`
81}
82
83func (t *truncatingInt8) StateSave(m state.Sink) {
84 m.Save(0, &t.save)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected