MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SnappyArrayWriter

Method SnappyArrayWriter

Libraries/snappy/snappy.cc:1147–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145
1146 public:
1147 inline explicit SnappyArrayWriter(char* dst)
1148 : base_(dst),
1149 op_(dst) {
1150 }
1151
1152 inline void SetExpectedLength(size_t len) {
1153 op_limit_ = op_ + len;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected