MCPcopy Create free account
hub / github.com/ccMSC/ckb / copy

Method copy

src/ckb/animscript.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67AnimScript* AnimScript::copy(QObject* parent, const QUuid& id){
68 return scripts.contains(id) ? new AnimScript(parent, *scripts.value(id)) : 0;
69}
70
71inline QString urlParam(const QString& param){
72 return QUrl::fromPercentEncoding(param.trimmed().toLatin1()).trimmed();

Callers

nothing calls this directly

Calls 2

containsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected