Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
closeLib
Method · 0.80
open
Method · 0.80
getSymbol
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected