MCPcopy Create free account
hub / github.com/TheLegendAli/DeepLab-Context / CaseInsensitiveCStringEquals

Method CaseInsensitiveCStringEquals

src/gtest/gtest-all.cpp:2899–2905  ·  view source on GitHub ↗

Compares two C strings, ignoring case. Returns true iff they have the same content. Unlike strcasecmp(), this function can handle NULL argument(s). A NULL C string is considered different to any non-NULL C string, including the empty string.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

StrCaseCmpFunction · 0.85

Tested by

no test coverage detected