Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Artikash/Textractor
/ operator->
Method
operator->
include/common.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
Locker Acquire() { return { std::unique_lock(m), contents }; }
71
Locker operator->() { return Acquire(); }
72
T Copy() { return Acquire().contents; }
73
74
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected