MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getUserAgent

Method getUserAgent

src/StreamClient.h:117–120  ·  view source on GitHub ↗

Get the User-Agent of the socket client (Owner

Source from the content-addressed store, hash-verified

115
116 /// Get the User-Agent of the socket client (Owner
117 std::string getUserAgent() const {
118 base::MutexLock lock(_mutex);
119 return _userAgent;
120 }
121
122 /// Set the session ID for this client
123 /// @param specifies the the session ID to use

Callers 1

doAddToXMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected