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

Method isStream

src/OpenFOAM/db/dictionary/entry/entry.H:148–151  ·  view source on GitHub ↗

- Return true if this entry is a stream

Source from the content-addressed store, hash-verified

146
147 //- Return true if this entry is a stream
148 virtual bool isStream() const
149 {
150 return false;
151 }
152
153 //- Return token stream if this entry is a primitive entry
154 virtual ITstream& stream() const = 0;

Callers 5

mainFunction · 0.45
writeFunction · 0.45
findEntryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected