Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ shortString
Method
shortString
flow/flow.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
std::string UID::shortString() const {
152
return format(
"%016llx"
, part[0]);
153
}
154
155
void detectFailureAfter(int const& address, double const& delay);
156
Callers
15
LogData
Method · 0.80
RolesInfo
Class · 0.80
tlogFetcher
Function · 0.80
Future<StatusReply> clusterGetStatus
Function · 0.80
LogData
Method · 0.80
DataDistribution.actor.cpp
File · 0.80
LogData
Method · 0.80
Future<Void> machineTeamRemover
Function · 0.80
noHealthyTeams
Method · 0.80
summarizeLaunchedServers
Method · 0.80
pair<UID, Version>> persistMergeGranulesStart
Method · 0.80
LogData
Method · 0.80
Calls
1
format
Function · 0.70
Tested by
no test coverage detected