Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ close
Function
close
sources/system/win32/common.cpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
void close(void *handle)
339
{
340
::FreeLibrary((HMODULE) handle);
341
}
342
} // namespace dll
343
} // namespace cs
Callers
1
can_execute
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected