MCPcopy Create free account
hub / github.com/Artikash/Textractor / Copy

Method Copy

include/common.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 Locker Acquire() { return { std::unique_lock(m), contents }; }
71 Locker operator->() { return Acquire(); }
72 T Copy() { return Acquire().contents; }
73
74private:
75 T contents;

Callers 3

TranslateFunction · 0.80
ProcessSentenceFunction · 0.80
ProcessSentenceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected