MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / ScriptState

Method ScriptState

Extension/Script/scriptbase.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 S_NORM, S_BUSY, S_ERROR
23 };
24 ScriptState():state(S_NORM){}
25 ScriptState(const QString &e):info(e) {state = (info.isEmpty()?S_NORM:S_ERROR);}
26 ScriptState(const char *e) {ScriptState(QString(e));}
27 ScriptState(StateCode c, const QString &i=""):state(c), info(i) {}

Callers

nothing calls this directly

Calls 3

ScriptStateClass · 0.85
QStringClass · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected