MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / Unlock

Method Unlock

xmpsdk/src/XMPIterator.cpp:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397// ------
398
399void
400XMPIterator::Unlock ( XMP_OptionBits options )
401{
402 UNUSED(options);
403
404 XMPMeta::Unlock ( 0 );
405
406} // Unlock
407
408// =================================================================================================
409// Constructors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected