Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmelieHeinrich/Termina
/ GetSymbol
Method
GetSymbol
Sources/Termina/Platform/DLL.Unix.cpp:112–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void* DLL::GetSymbol(const char* name)
113
{
114
if (m_Handle) {
115
return dlsym(m_Handle, name);
116
}
117
return nullptr;
118
}
119
}
120
121
#endif
Callers
5
Compile
Method · 0.45
PropagateImGuiContext
Function · 0.45
Load
Method · 0.45
Reload
Method · 0.45
Unload
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected