| 101 | } |
| 102 | |
| 103 | static std::string pathToString( list l ) |
| 104 | { |
| 105 | SceneInterface::Path p; |
| 106 | container_utils::extend_container( p, l ); |
| 107 | std::string str; |
| 108 | SceneInterface::pathToString( p, str ); |
| 109 | return str; |
| 110 | } |
| 111 | |
| 112 | static list stringToPath( std::string str ) |
| 113 | { |
no outgoing calls
no test coverage detected