Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ FiletimeAsInt64
Function
FiletimeAsInt64
flow/Platform.actor.cpp:199–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
198
#if defined(_WIN32)
199
__int64 FiletimeAsInt64(FILETIME& t) {
200
return *(__int64*)&t;
201
}
202
#endif
203
204
#ifdef _WIN32
Callers
2
getProcessorTimeThread
Function · 0.85
getProcessorTimeProcess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected