Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Contains
Method
Contains
src/common/classes/fb_string.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
}
79
inline bool Contains(const char c) const
80
{
81
const unsigned char uc = static_cast<unsigned char>(c);
82
return m[uc >> 3] & (1 << (uc & 7));
83
}
84
};
85
86
} // namespace
Callers
5
find_first_of
Method · 0.45
find_last_of
Method · 0.45
find_first_not_of
Method · 0.45
find_last_not_of
Method · 0.45
baseTrim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected