MCPcopy Create free account
hub / github.com/catboost/catboost / TestIpFromString5

Method TestIpFromString5

util/network/ip_ut.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void TSysIpTest::TestIpFromString5() {
52 IpFromString("245.12..0");
53}
54
55void TSysIpTest::TestIpToString() {
56 ui8 ipArr[][4] = {{192, 168, 0, 1}, {87, 255, 18, 167}, {255, 255, 0, 31}, {188, 225, 124, 255}};

Callers

nothing calls this directly

Calls 1

IpFromStringFunction · 0.85

Tested by

no test coverage detected