MCPcopy Create free account
hub / github.com/SFML/SFML / getNativeHandle

Method getNativeHandle

src/SFML/Network/Socket.cpp:96–99  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

94
95////////////////////////////////////////////////////////////
96SocketHandle Socket::getNativeHandle() const
97{
98 return m_socket;
99}
100
101
102////////////////////////////////////////////////////////////

Callers 15

Window.test.cppFile · 0.45
Font.test.cppFile · 0.45
Shader.test.cppFile · 0.45
Texture.test.cppFile · 0.45
Socket.test.cppFile · 0.45
setupTlsMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected