| 184 | |
| 185 | void BaseNode::BeginModification() |
| 186 | { |
| 187 | if ( m_modificationCount == 0 ) |
| 188 | { |
| 189 | // Only call events on properly deserialized graphs |
| 190 | if ( GetRootGraph() != nullptr ) |
| 191 | { |
| 192 | PreModify(); |
| 193 | } |
| 194 | } |
no outgoing calls
no test coverage detected