MCPcopy 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
101int
102Shadow::sendObject(MovableObject &theObject)
103{
104 return theChannel->sendObj(commitTag, theObject, theRemoteActorsAddress);
105}
106
107int
108Shadow::recvObject(MovableObject &theObject)

Callers

nothing calls this directly

Calls 1

sendObjMethod · 0.45

Tested by

no test coverage detected