MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / error

Method error

src/fs/ata.rs:193–196  ·  view source on GitHub ↗

ERROR

(&mut self)

Source from the content-addressed store, hash-verified

191
192 // ERROR
193 fn error(&mut self) -> bool
194 {
195 self.status().get_bit(Status::ERR as usize)
196 }
197
198
199 // IDENTIFY DRIVE

Callers 2

readMethod · 0.80
writeMethod · 0.80

Calls 1

statusMethod · 0.80

Tested by

no test coverage detected