Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ Status
Method
Status
src/util/status.h:28–28 ·
view source on GitHub ↗
Create a success status.
Source
from the content-addressed store, hash-verified
26
public:
27
// Create a success status.
28
Status() : state_(NULL) { }
29
~Status() { delete state_; }
30
31
// Copy the specified status.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected