MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / getPeerAddress

Method getPeerAddress

LANServer/httpserver/httprequest.cpp:577–580  ·  view source on GitHub ↗

Get the address of the connected client. Note that multiple clients may have the same IP address, if they share an internet connection (which is very common). */

Source from the content-addressed store, hash-verified

575 share an internet connection (which is very common).
576 */
577QHostAddress HttpRequest::getPeerAddress() const
578{
579 return peerAddress;
580}
581

Callers 15

apiPlaylistMethod · 0.80
apiPlaystateMethod · 0.80
apiUpdateTimeMethod · 0.80
apiDanmuMethod · 0.80
apiDanmuFullMethod · 0.80
apiLocalDanmuMethod · 0.80
apiUpdateDelayMethod · 0.80
apiUpdateTimelineMethod · 0.80
apiSubtitleMethod · 0.80
apiScreenshotMethod · 0.80
apiLaunchMethod · 0.80
processFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected