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

Method lockAction

src/ckb/keyaction.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159QString KeyAction::lockAction(int type){
160 return QString("$lock:%1").arg(type);
161}
162
163QString KeyAction::programAction(const QString& onPress, const QString& onRelease, int stop){
164 // URL-encode the commands and place them in the string (":" and "+" are both replaced, so they won't interfere)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected