MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / Contains

Method Contains

Kernel-Bridge/API/StringsAPI.h:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 return Find(Data.Buffer, Substring, Offset);
421 }
422 inline bool Contains(const TChar* Substring, size_t Offset = 0) const {
423 return Find(Substring, Offset) != nullptr;
424 }
425
426#ifdef _AMD64_
427 static constexpr size_t NoPos = ~0ULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected