| 6961 | } |
| 6962 | |
| 6963 | std::string |
| 6964 | Node::getAfterNodeCreatedCallback() const |
| 6965 | { |
| 6966 | KnobStringPtr s = _imp->nodeCreatedCallback.lock(); |
| 6967 | |
| 6968 | return s ? s->getValue() : std::string(); |
| 6969 | } |
| 6970 | |
| 6971 | std::string |
| 6972 | Node::getBeforeNodeRemovalCallback() const |
no test coverage detected