MCPcopy Create free account
hub / github.com/apple/foundationdb / operator()

Method operator()

flow/Net2.actor.cpp:1234–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232 explicit PromiseTask(Promise<Void>&& promise) noexcept : promise(std::move(promise)) {}
1233
1234 void operator()() override {
1235 promise.send(Void());
1236 delete this;
1237 }
1238};
1239
1240// 5MB for loading files into memory

Callers

nothing calls this directly

Calls 2

VoidClass · 0.70
sendMethod · 0.45

Tested by

no test coverage detected