Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ addSSIdTagMapping
Method
addSSIdTagMapping
fdbclient/NativeAPI.actor.cpp:224–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void DatabaseContext::addSSIdTagMapping(const UID& uid, const Tag& tag) {
225
ssidTagMapping[uid] = tag;
226
}
227
228
void DatabaseContext::getLatestCommitVersions(const Reference<LocationInfo>& locationInfo,
229
Version readVersion,
Callers
1
updateTagMappings
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected