MCPcopy Create free account
hub / github.com/ElementsProject/elements / target

Function target

src/leveldb/include/leveldb/env.h:322–322  ·  view source on GitHub ↗

Return the target to which this Env forwards all calls.

Source from the content-addressed store, hash-verified

320
321 // Return the target to which this Env forwards all calls.
322 Env* target() const { return target_; }
323
324 // The following text is boilerplate that forwards all methods to target().
325 Status NewSequentialFile(const std::string& f, SequentialFile** r) override {

Callers 8

~ErrorEnvMethod · 0.85
NewWritableFileMethod · 0.85
NewAppendableFileMethod · 0.85
GetChildrenMethod · 0.85
NewWritableFileMethod · 0.85
NewRandomAccessFileMethod · 0.85
NewWritableFileMethod · 0.85
NewAppendableFileMethod · 0.85

Calls

no outgoing calls

Tested by 8

~ErrorEnvMethod · 0.68
NewWritableFileMethod · 0.68
NewAppendableFileMethod · 0.68
GetChildrenMethod · 0.68
NewWritableFileMethod · 0.68
NewRandomAccessFileMethod · 0.68
NewWritableFileMethod · 0.68
NewAppendableFileMethod · 0.68