MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / ShowConfig

Method ShowConfig

src/gui/mainwindow.cc:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 void ShowConfig()
222 {
223 std::string s;
224 google::protobuf::TextFormat::PrintToString(globalConfig(), &s);
225 _configWindow->GetTextControl()->Clear();
226 _configWindow->GetTextControl()->AppendText(s);
227 }
228
229 void PrepareConfig() override
230 {

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
GetTextControlMethod · 0.45

Tested by

no test coverage detected