| 240 | } |
| 241 | |
| 242 | snex::NamespacedIdentifier NodeBase::getPath() const |
| 243 | { |
| 244 | auto t = getValueTree()[PropertyIds::FactoryPath].toString(); |
| 245 | return NamespacedIdentifier::fromString(t.replace(".", "::")); |
| 246 | } |
| 247 | |
| 248 | void NodeBase::setBypassed(bool shouldBeBypassed) |
| 249 | { |
no test coverage detected