MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetCommonVersion

Method GetCommonVersion

src/net.h:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 m_greatest_common_version = greatest_common_version;
641 }
642 int GetCommonVersion() const
643 {
644 return m_greatest_common_version;
645 }
646
647 CService GetAddrLocal() const LOCKS_EXCLUDED(m_addr_local_mutex);
648 //! May not be called more than once

Callers 15

FetchBlockMethod · 0.80
NewPoWValidBlockMethod · 0.80
ProcessGetBlockDataMethod · 0.80
ProcessGetDataMethod · 0.80
SendBlockTransactionsMethod · 0.80
ProcessHeadersMessageMethod · 0.80
ProcessGetCFiltersMethod · 0.80
ProcessGetCFHeadersMethod · 0.80
ProcessGetCFCheckPtMethod · 0.80
ProcessMessageMethod · 0.80
ProcessMessagesMethod · 0.80

Calls

no outgoing calls

Tested by 2

FillNodeFunction · 0.64
FUZZ_TARGET_INITFunction · 0.64