Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ unlink
Method
unlink
src/common/classes/TempFile.cpp:391–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
//
390
391
void TempFile::unlink()
392
{
393
#if defined(WIN_NT)
394
doUnlink = true;
395
#else
396
::unlink(filename.c_str());
397
#endif
398
}
399
400
} // namespace Firebird
Callers
nothing calls this directly
Calls
2
unlink
Function · 0.50
c_str
Method · 0.45
Tested by
no test coverage detected