MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / updateResourceHash

Method updateResourceHash

gui/ntabwidget.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443
444
445void NTabWidget::updateResourceHash(qint32 noteLid, QByteArray oldHash, QByteArray newHash) {
446 for (int i=0; i<browserList->size(); i++) {
447 NBrowserWindow *browser = browserList->at(i);
448 browser->updateResourceHash(noteLid, oldHash, newHash);
449 }
450}
451
452
453

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected