Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ sendObject
Method
sendObject
SRC/actor/shadow/Shadow.cpp:101–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
int
102
Shadow::sendObject(MovableObject &theObject)
103
{
104
return theChannel->sendObj(commitTag, theObject, theRemoteActorsAddress);
105
}
106
107
int
108
Shadow::recvObject(MovableObject &theObject)
Callers
nothing calls this directly
Calls
1
sendObj
Method · 0.45
Tested by
no test coverage detected