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

Method recvVector

SRC/actor/actor/Actor.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225int
226Actor::recvVector(Vector &theVector, ChannelAddress *theAddress )
227{
228 if (theAddress == 0)
229 return theChannel->recvVector(0, commitTag, theVector,theRemoteShadowsAddress);
230 else
231 return theChannel->recvVector(0, commitTag, theVector,theAddress);
232}
233
234int
235Actor::sendID(const ID &theID, ChannelAddress *theAddress )

Callers 15

recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45
recvSelfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected