Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
5073
inline auto isBreakableAfter(char c) -> bool {
5074
static std::string chars =
"])}>.,:;*+-=&/\\"
;
5075
return chars.find(c) != std::string::npos;
5076
}
5077
5078
class Columns;
5079
Callers
1
isBoundary
Method · 0.85
Calls
1
find
Method · 0.45
Tested by
no test coverage detected