Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
private:
75
T contents;
Callers
3
Translate
Function · 0.80
ProcessSentence
Function · 0.80
ProcessSentence
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected