Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ DynLib_pointerForSymbolName_
Function
DynLib_pointerForSymbolName_
libs/basekit/source/DynLib.c:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void *DynLib_pointerForSymbolName_(DynLib *self, const char *symbolName) {
177
DynLib_setError_(self, dlerror());
178
return dlsym(self->handle, symbolName);
179
}
Callers
4
DynLib_open
Function · 0.85
DynLib_close
Function · 0.85
IoDynLib_justCall
Function · 0.85
IoDynLib_callPluginInitFunc
Function · 0.85
Calls
3
DynLib_setError_
Function · 0.85
dlerror
Function · 0.85
dlsym
Function · 0.85
Tested by
no test coverage detected