MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / isWriteProtected

Method isWriteProtected

external/floppybridge/src/floppybridge_lib.cpp:892–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890 return DRIVER_putTrack(m_handle, side, track, writeFromIndex, sizeInBytes, mfmData);
891}
892bool FloppyBridgeAPI::isWriteProtected() {
893 return DRIVER_isWriteProtected(m_handle);
894}
895unsigned int FloppyBridgeAPI::commitWriteBuffer(bool side, unsigned int track) {
896 return DRIVER_commitWriteBuffer(m_handle, side, track);
897}

Callers 5

drive_writeprotectedFunction · 0.45
disk.cppFile · 0.45
DRIVER_isWriteProtectedFunction · 0.45

Calls 1

DRIVER_isWriteProtectedFunction · 0.85

Tested by

no test coverage detected