| 257 | |
| 258 | bool isPsql() const { return psql; } |
| 259 | void setPsql(bool value) { psql = value; } |
| 260 | |
| 261 | DeclareSubFuncNode* getSubFunction(const MetaName& name); |
| 262 | void putSubFunction(DeclareSubFuncNode* subFunc, bool replace = false); |
no outgoing calls
no test coverage detected