Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ readFileToProtoOrDie
Function
readFileToProtoOrDie
src/util/file.cc:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void readFileToProtoOrDie(
254
const DataConfig& name, GProto* proto) {
255
CHECK(readFileToProto(name, proto));
256
}
257
258
void readFileToProtoOrDie(
259
const std::string& file_name, GProto* proto) {
Callers
2
TEST
Function · 0.85
SetUp
Method · 0.85
Calls
1
readFileToProto
Function · 0.85
Tested by
2
TEST
Function · 0.68
SetUp
Method · 0.68