Return the target to which this Env forwards all calls.
| 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 { |
no outgoing calls