Method
hasVar
! * Tests whether a variable exists in the file * */
Source from the content-addressed store, hash-verified
| 31 | * |
| 32 | */ |
| 33 | bool GridFile::hasVar(const std::string& name) { return data.isSet(name); } |
| 34 | |
| 35 | /*! |
| 36 | * Read a string from file. If the string is not |