Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PSOPT/psopt
/ MSdata
Method
MSdata
include/psopt.h:490–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
class MSdata {
489
public:
490
MSdata() {
491
nodes.resize(1);
492
}
493
MSdata(long n) {
494
nodes.resize(n);
495
}
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected