Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
string* CheckOpMessageBuilder::NewString() {
157
*stream_ <<
")"
;
158
return new string(stream_->str());
159
}
160
161
} // namespace logging
162
#endif
Callers
1
MakeCheckOpString
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected