| 199 | } |
| 200 | |
| 201 | static list setNames( const SceneInterface &m, bool includeDescendantSets = true ) |
| 202 | { |
| 203 | SceneInterface::NameList a = m.setNames( includeDescendantSets ); |
| 204 | return arrayToList( a ); |
| 205 | } |
| 206 | |
| 207 | static MurmurHash hashSet( SceneInterface &m, const SceneInterface::Name &name) |
| 208 | { |
nothing calls this directly
no test coverage detected