MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / setApiKeyPattern

Method setApiKeyPattern

pj_widgets/src/CredentialsEditor.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CredentialsEditor::setApiKeyPattern(const QString& pattern) {
110 api_key_pattern_ = pattern;
111 refreshApiKeyTick();
112}
113
114void CredentialsEditor::refreshApiKeyTick() {
115 const QString text = api_key_->text();

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64