MCPcopy Create free account
hub / github.com/bcndev/bytecoin / VarInt

Method VarInt

tests/crypto/test_crypto.cpp:330–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 size_t value{};
329
330 VarInt() = default;
331
332 operator size_t() const { return value; }
333};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected