MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / hasVar

Method hasVar

src/mesh/data/gridfromfile.cxx:33–33  ·  view source on GitHub ↗

! * Tests whether a variable exists in the file * */

Source from the content-addressed store, hash-verified

31 *
32 */
33bool GridFile::hasVar(const std::string& name) { return data.isSet(name); }
34
35/*!
36 * Read a string from file. If the string is not

Callers 3

sourceHasVarMethod · 0.45
readIntsMethod · 0.45
TEST_FFunction · 0.45

Calls 1

isSetMethod · 0.45

Tested by 1

TEST_FFunction · 0.36