MCPcopy Create free account
hub / github.com/LBANN/lbann / conduit_to_string

Function conduit_to_string

src/data_readers/data_reader_HDF5.cpp:1107–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107std::string conduit_to_string(conduit::Node const& field)
1108{
1109 std::string str = field.to_string();
1110 str.erase(std::remove(str.begin(), str.end(), '\"'), str.end());
1111 return str;
1112}
1113
1114} // namespace lbann

Callers 3

coerceMethod · 0.85

Calls 3

beginMethod · 0.80
endMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected