MCPcopy Create free account
hub / github.com/aria2/aria2 / setClientVersion

Method setClientVersion

src/HandshakeExtensionMessage.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 virtual void doReceivedAction() CXX11_OVERRIDE;
81
82 void setClientVersion(const std::string& version)
83 {
84 clientVersion_ = version;
85 }
86
87 const std::string& getClientVersion() const { return clientVersion_; }
88

Callers 4

testGetBencodedDataMethod · 0.80
testToStringMethod · 0.80
testDoReceivedActionMethod · 0.80

Calls

no outgoing calls

Tested by 3

testGetBencodedDataMethod · 0.64
testToStringMethod · 0.64
testDoReceivedActionMethod · 0.64