Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ find_symbol
Function
find_symbol
sources/system/unix/common.cpp:451–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
void *find_symbol(void *handle, std::string_view symbol)
452
{
453
return ::dlsym(handle, symbol.data());
454
}
455
456
void close(void *handle)
457
{
Callers
1
extension
Method · 0.50
Calls
1
data
Method · 0.80
Tested by
no test coverage detected