MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / bad

Method bad

src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:352–355  ·  view source on GitHub ↗

- Return true if stream is corrupted

Source from the content-addressed store, hash-verified

350
351 //- Return true if stream is corrupted
352 bool bad() const
353 {
354 return ioState_ & ios_base::badbit;
355 }
356
357 //- Return non-zero if the stream has not failed
358 operator void*() const

Callers 2

readWordTokenFunction · 0.45
ISstream.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected