Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ isBreakableAfter
Function
isBreakableAfter
external/catch.hpp:8475–8478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8473
return chars.find(c) != std::string::npos;
8474
}
8475
inline auto isBreakableAfter(char c) -> bool {
8476
static std::string chars =
"])}>.,:;*+-=&/\\"
;
8477
return chars.find(c) != std::string::npos;
8478
}
8479
8480
class Columns;
8481
Callers
1
isBoundary
Method · 0.85
Calls
1
find
Method · 0.80
Tested by
no test coverage detected