MCPcopy Create free account
hub / github.com/ElementsProject/elements / ignore

Method ignore

src/streams.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 int GetType() const { return nType; }
65 size_t size() const { return stream->size(); }
66 void ignore(size_t size) { return stream->ignore(size); }
67};
68
69/* Minimal stream for overwriting and/or appending to an existing byte vector

Callers

nothing calls this directly

Calls 1

ignoreMethod · 0.45

Tested by

no test coverage detected