MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / Read

Method Read

include/dmlc/json.h:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 value.Save(writer);
457 }
458 inline static void Read(JSONReader *reader, T *value) {
459 value->Load(reader);
460 }
461};
462
463template<>

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected