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

Struct truncatingComplex64

pkg/state/tests/integer.go:150–153  ·  view source on GitHub ↗

+stateify type

Source from the content-addressed store, hash-verified

148
149// +stateify type
150type truncatingComplex64 struct {
151 save complex128
152 load complex64 `state:"nosave"`
153}
154
155func (t *truncatingComplex64) StateSave(m state.Sink) {
156 m.Save(0, &t.save)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected