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