MCPcopy 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

CompileMethod · 0.45
PropagateImGuiContextFunction · 0.45
LoadMethod · 0.45
ReloadMethod · 0.45
UnloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected