Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
Status 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
DoReadFileToString
Function · 0.85
Tested by
no test coverage detected