MCPcopy Create free account
hub / github.com/apache/singa / NewString

Method NewString

src/utils/logging.cc:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156string* CheckOpMessageBuilder::NewString() {
157 *stream_ << ")";
158 return new string(stream_->str());
159}
160
161} // namespace logging
162#endif

Callers 1

MakeCheckOpStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected