MCPcopy Create free account
hub / github.com/comaps/comaps / GetPtr

Method GetPtr

libs/coding/reader.hpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 ReaderPtr<Reader> SubReader(uint64_t pos, uint64_t size) const { return {m_p->CreateSubReader(pos, size)}; }
112
113 TReader * GetPtr() const { return m_p.get(); }
114};
115
116// Model reader store file id as string.

Callers 15

CalcCrossMwmTransitionsFunction · 0.45
EnsureTableLoadedMethod · 0.45
LoadHouseTableImplFunction · 0.45
PostcodePointsMethod · 0.45
ReadTrieFunction · 0.45
RetrievalMethod · 0.45
LoadMethod · 0.45
LoadIsolinesInfoFunction · 0.45

Calls 1

getMethod · 0.65

Tested by 1