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

Function catch

src/ExtOperator.actor.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571 oldNumber++;
572 } catch (Error& e) {
573 if (e.code() == error_code_end_of_stream)
574 break;
575 else
576 throw;
577 }
578 }
579 scx->set(LiteralStringRef(""), DataValue::arrayOfLength(length - 1).encode_value());
580 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected