Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ describe
Method
describe
src/ExtMsg.actor.cpp:1422–1422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1420
}
1421
1422
std::string describe() override { return
"OperatorUpsert("
+ selector.toString() +
","
+ update.toString() +
")"
; }
1423
};
1424
1425
struct ExtSimpleUpsert : ConcreteInsertOp<ExtSimpleUpsert> {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected