Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ hasChar
Function
hasChar
src/common/SimilarToRegex.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace
30
{
31
bool hasChar(unsigned len, unsigned pos)
32
{
33
return pos < len;
34
}
35
36
UChar32 getChar(bool latin, const char* str, unsigned len, unsigned& pos)
37
{
Callers
1
getChar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected