MCPcopy Create free account
hub / github.com/apache/impala / ReadFileToStringEncrypted

Function ReadFileToStringEncrypted

be/src/kudu/util/env.cc:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102Status ReadFileToStringEncrypted(Env* env, const std::string& fname, faststring* data) {
103 return DoReadFileToString(env, fname, data, true);
104}
105
106} // namespace kudu

Callers

nothing calls this directly

Calls 1

DoReadFileToStringFunction · 0.85

Tested by

no test coverage detected