Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ tss_IsFlaggedCharacter
Function
tss_IsFlaggedCharacter
src/core/codeconvert.cpp:516–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
}
515
516
template<class CharT> bool tss_IsFlaggedCharacter(CharT ch)
517
{
518
return false;
519
}
520
521
template<> bool tss_IsFlaggedCharacter<dbchar_t>(dbchar_t wch)
522
{
Callers
1
tss_ConvertOneCharacter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected