MCPcopy Create free account
hub / github.com/Compaile/ctrack / check

Function check

test/doctest.h:854–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852 StringContains(Contains cntn) : content(static_cast<Contains&&>(cntn)), isContains(true) { }
853
854 bool check(const String& str) { return isContains ? (content == str) : (content.string == str); }
855
856 operator const String&() const { return content.string; }
857

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected