Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ Get
Method
Get
tests/run_time/source/usertypes.overload.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
public:
51
void* Get(const uint32_t) {
52
return this;
53
}
54
void* Get(const std::string_view&) {
55
return this;
56
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected