MCPcopy Create free account
hub / github.com/BirolLab/abyss / handle

Method handle

Parallel/NetworkSequenceCollection.cpp:746–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746void NetworkSequenceCollection::handle(
747 int /*senderID*/, const SeqAddMessage& message)
748{
749 assert(isLocal(message.m_seq));
750 m_data.add(message.m_seq);
751}
752
753void NetworkSequenceCollection::handle(
754 int /*senderID*/, const SeqRemoveMessage& message)

Callers 1

pumpNetworkMethod · 0.45

Calls 6

getSeqDataMethod · 0.80
sendSeqDataResponseMethod · 0.80
addMethod · 0.45
removeMethod · 0.45
setFlagMethod · 0.45
removeExtensionMethod · 0.45

Tested by

no test coverage detected