Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ recvObj
Method
recvObj
DEVELOPER/core/FE_Datastore.cpp:105–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
int
106
FE_Datastore::recvObj(int commitTag,
107
MovableObject &theObject,
108
FEM_ObjectBroker &theNewBroker,
109
ChannelAddress *theAddress)
110
{
111
return theObject.recvSelf(commitTag, *this, theNewBroker);
112
}
113
114
115
Callers
nothing calls this directly
Calls
1
recvSelf
Method · 0.45
Tested by
no test coverage detected