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

Method empty

src/OSspecific/POSIX/regExp.H:132–135  ·  view source on GitHub ↗

- Return true if a precompiled expression does not exist

Source from the content-addressed store, hash-verified

130
131 //- Return true if a precompiled expression does not exist
132 inline bool empty() const
133 {
134 return !preg_;
135 }
136
137 //- Does a precompiled expression exist?
138 inline bool exists() const

Callers 2

mkDirFunction · 0.45
dlSymFoundFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected