MCPcopy Create free account
hub / github.com/KDE/kdevelop / formattingSample

Method formattingSample

plugins/astyle/astyle_plugin.cpp:366–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366QString AStylePlugin::formattingSample(AStylePreferences::Language lang)
367{
368 switch (lang) {
369 case AStylePreferences::ObjC:
370 return formattingObjCSample();
371 default:
372 return formattingCppSample();
373 }
374 Q_UNREACHABLE();
375}
376
377QString AStylePlugin::indentingSample(AStylePreferences::Language lang)
378{

Callers

nothing calls this directly

Calls 2

formattingObjCSampleFunction · 0.85
formattingCppSampleFunction · 0.85

Tested by

no test coverage detected