MCPcopy Create free account
hub / github.com/ThePhD/sol2 / Get

Method Get

tests/run_time/source/usertypes.overload.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 public:
67 void* Get(const uint32_t) {
68 return this;
69 }
70 void* Get(const std::string_view&) {
71 return this;
72 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected