MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / catch

Function catch

src/QLProjection.actor.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179 }
180 } catch (Error& e) {
181 if (e.code() == error_code_end_of_stream) {
182 break;
183 }
184 throw;
185 }
186 }
187
188 for (auto i = bobs.size() - 1; i > 0; --i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected