Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ isBreakableAfter
Function
isBreakableAfter
unittests/catch.hpp:5274–5277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5272
return chars.find( c ) != std::string::npos;
5273
}
5274
inline auto isBreakableAfter( char c ) -> bool {
5275
static std::string chars =
"])}>.,:;*+-=&/\\"
;
5276
return chars.find( c ) != std::string::npos;
5277
}
5278
5279
class Columns;
5280
Callers
1
isBoundary
Method · 0.85
Calls
1
find
Method · 0.45
Tested by
no test coverage detected