Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ catch
Function
catch
fdbserver/pubsub.actor.cpp:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
wait(tr.commit());
360
return staleFeeds.size();
361
} catch (Error& e) {
362
wait(tr.onError(e));
363
}
364
}
365
}
366
Callers
3
Future<Void> connectorCore_impl
Function · 0.70
Future<UID> createAndLockProcessIdFile
Function · 0.70
Future<Void> monitorRemoval
Function · 0.70
Calls
1
onError
Method · 0.65
Tested by
no test coverage detected