MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / byteStringEqualsString

Function byteStringEqualsString

src/Misc.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool byteStringEqualsString(const ByteString &str, const char *data, size_t size)
79{
80 return str.size() == size && !memcmp(str.data(), data, size);
81}

Callers 1

byteStringEqualsLiteralFunction · 0.85

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected