MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isBreakableAfter

Function isBreakableAfter

extlibs/catch/include/catch/catch.hpp:8167–8170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8165 return chars.find(c) != std::string::npos;
8166}
8167inline auto isBreakableAfter(char c) -> bool {
8168 static std::string chars = "])}>.,:;*+-=&/\\";
8169 return chars.find(c) != std::string::npos;
8170}
8171
8172class Columns;
8173

Callers 1

isBoundaryMethod · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected