MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / SplitLiteral

Method SplitLiteral

MonaBase/include/Mona/SocketAddress.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 static UInt16 SplitLiteral(const char* value, std::string& host);
99 static UInt16 SplitLiteral(const std::string& value, std::string& host) { return SplitLiteral(value.data(),host); }
100
101private:
102 bool setIntern(Exception& ex,const char* host, UInt16 port,bool resolveHost);

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected