MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / mediaToContainer

Method mediaToContainer

src/core/UBForeignObjectsHandler.cpp:441–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 void mediaToContainer(const QDomElement &element)
442 {
443 QString path = element.attribute(aHref);
444 if (path.isNull()) {
445 return;
446 }
447 QString uid = strIdFrom(path);
448 if (uid.isNull()) {
449 return;
450 }
451 mDomIdsMap.insert(uid, path);
452 }
453
454 void foreingObjectToContainer(const QDomElement &element)
455 {

Callers

nothing calls this directly

Calls 2

strIdFromFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected