MCPcopy Create free account
hub / github.com/bab2min/tomotopy / RawDocWrapper

Method RawDocWrapper

src/python/handler/py_utils.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 const tomoto::RawDoc& raw;
101public:
102 RawDocWrapper(const tomoto::RawDoc& _raw) : raw{ _raw }
103 {
104 }
105
106 size_t size() const
107 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected