Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ makeTemporary
Function
makeTemporary
flow/Platform.actor.cpp:2824–2828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2822
namespace platform {
2823
2824
void makeTemporary(const char* filename) {
2825
#ifdef _WIN32
2826
SetFileAttributes(filename, FILE_ATTRIBUTE_TEMPORARY);
2827
#endif
2828
}
2829
2830
void setCloseOnExec(int fd) {
2831
#if defined(__unixish__)
Callers
1
open
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected