Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FidoProject/Fido
/ toStringSuffix
Method
toStringSuffix
tests/catch.h:1056–1061 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1054
1055
}
1056
std::string toStringSuffix() const
1057
{
1058
return m_caseSensitivity == CaseSensitive::No
1059
?
" (case insensitive)"
1060
:
""
;
1061
}
1062
CaseSensitive::Choice m_caseSensitivity;
1063
std::string m_str;
1064
};
Callers
4
toString
Method · 0.80
toString
Method · 0.80
toString
Method · 0.80
toString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected