MCPcopy Create free account
hub / github.com/apple/foundationdb / setPrefixSource

Method setPrefixSource

fdbserver/VersionedBTree.actor.cpp:8439–8439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8437 }
8438
8439 void setPrefixSource(bool val) { prefixSource = val; }
8440
8441 bool getPrefixSource() const { return prefixSource; }
8442

Callers 4

insertMethod · 0.45
buildSubtreeMethod · 0.45
insertMethod · 0.45
buildSubtreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected