Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ catch
Function
catch
src/ExtUtil.actor.cpp:440–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
}
440
} catch (Error& e) {
441
if (e.code() == error_code_end_of_stream) {
442
break;
443
}
444
throw;
445
}
446
}
447
448
if (!bobs.empty()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected