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

Method writeProfileHeader

src/ckb/kb.cpp:332–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void Kb::writeProfileHeader(){
333 cmd.write("eraseprofile");
334 // Write the profile name and ID
335 cmd.write(" profilename ");
336 cmd.write(QUrl::toPercentEncoding(_currentProfile->name()));
337 cmd.write(" profileid ");
338 cmd.write(_currentProfile->id().guidString().toLatin1());
339 cmd.write(" ");
340 cmd.write(_currentProfile->id().modifiedString().toLatin1());
341}
342
343void Kb::fwUpdate(const QString& path){
344 fwUpdPath = path;

Callers

nothing calls this directly

Calls 4

guidStringMethod · 0.80
modifiedStringMethod · 0.80
nameMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected