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

Method size

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

Source from the content-addressed store, hash-verified

63 int GetVersion() const { return nVersion; }
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

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected