MCPcopy
hub / github.com/NVIDIA/aistore / Compressed

Method Compressed

transport/base.go:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290func (extra *Extra) UsePDU() bool { return extra.SizePDU > 0 }
291
292func (extra *Extra) Compressed() bool {
293 return extra.Compression != "" && extra.Compression != apc.CompressNever
294}
295
296//
297// misc

Callers 2

NewObjStreamFunction · 0.80
NewStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected