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

Method sendObj

SRC/actor/channel/FileChannel.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164
165int FileChannel::sendObj(int commitTag,
166 MovableObject &theObject,
167 ChannelAddress *theAddress){
168 if ( !theFile )
169 return -1;
170
171 return theObject.sendSelf(commitTag, *this);
172}
173
174
175int FileChannel::recvObj(int commitTag,

Callers

nothing calls this directly

Calls 1

sendSelfMethod · 0.45

Tested by

no test coverage detected