MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ptr

Method ptr

extlibs/dynamicLinker/src/dynamicLinker.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void * dynamicLinker::_void::ptr() const {
74 return myself;
75 }
76
77 void dynamicLinker::_void::null() {
78 myself = nullptr;

Callers 3

closeLibMethod · 0.80
openMethod · 0.80
getSymbolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected