Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ ~ExtMsg
Method
~ExtMsg
src/ExtMsg.actor.h:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
Promise<Void> break_when_finished;
56
57
virtual ~ExtMsg() = default;
58
59
virtual std::string toString() = 0;
60
virtual Future<Void> run(Reference<ExtConnection>) = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected