| 191 | } |
| 192 | |
| 193 | IECore::PathMatcher readSet( const Name &name, bool includeDescendantSets = true, const Canceller *canceller = nullptr ) const override |
| 194 | { |
| 195 | return PathMatcher(); |
| 196 | } |
| 197 | |
| 198 | void writeSet( const Name &name, const IECore::PathMatcher &set ) override |
| 199 | { |
nothing calls this directly
no test coverage detected