Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ close
Function
close
sources/system/unix/common.cpp:456–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
void close(void *handle)
457
{
458
::dlclose(handle);
459
}
460
} // namespace dll
461
} // namespace cs
Callers
1
is_exe
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected