MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isBreakableAfter

Function isBreakableAfter

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5073–5076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5071 return chars.find(c) != std::string::npos;
5072}
5073inline auto isBreakableAfter(char c) -> bool {
5074 static std::string chars = "])}>.,:;*+-=&/\\";
5075 return chars.find(c) != std::string::npos;
5076}
5077
5078class Columns;
5079

Callers 1

isBoundaryMethod · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected