Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ Read
Method
Read
include/dmlc/serializer.h:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
data.Save(strm);
107
}
108
inline static bool Read(Stream *strm, T *data) {
109
return data->Load(strm);
110
}
111
};
112
113
/*!
Callers
nothing calls this directly
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected