MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / recvObject

Method recvObject

SRC/actor/shadow/Shadow.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int
108Shadow::recvObject(MovableObject &theObject)
109{
110 return theChannel->recvObj(commitTag, theObject,*theObjectBroker, theRemoteActorsAddress);
111}
112
113
114int

Callers

nothing calls this directly

Calls 1

recvObjMethod · 0.45

Tested by

no test coverage detected