Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ sendObj
Method
sendObj
DEVELOPER/core/FE_Datastore.cpp:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
int
98
FE_Datastore::sendObj(int commitTag,
99
MovableObject &theObject,
100
ChannelAddress *theAddress)
101
{
102
return theObject.sendSelf(commitTag, *this);
103
}
104
105
int
106
FE_Datastore::recvObj(int commitTag,
Callers
nothing calls this directly
Calls
1
sendSelf
Method · 0.45
Tested by
no test coverage detected