MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Ellipsis

Function Ellipsis

CodeGenerator.cpp:1752–1755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750//-----------------------------------------------------------------------------
1751
1752static std::string_view Ellipsis(bool b)
1753{
1754 return ValueOrDefault(b, kwElipsis);
1755}
1756//-----------------------------------------------------------------------------
1757
1758static std::string_view EllipsisSpace(bool b)

Callers 3

InsertArgMethod · 0.85
InsertAttributeMethod · 0.85

Calls 1

ValueOrDefaultFunction · 0.85

Tested by

no test coverage detected