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

Method getRawDoc

src/python/handler/utils.h:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 bool initialized = false;
162
163 inline const tomoto::RawDoc* getRawDoc() const { return (const tomoto::RawDoc*)doc; }
164 inline const tomoto::DocumentBase* getBoundDoc() const { return (const tomoto::DocumentBase*)doc; }
165
166 DocumentObject() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected