MCPcopy Create free account
hub / github.com/cinder/Cinder / copyFirstAlbum

Function copyFirstAlbum

test/XMLTest/src/XMLTestApp.cpp:35–40  ·  view source on GitHub ↗

Test stripping a child XmlTree from its parent

Source from the content-addressed store, hash-verified

33
34// Test stripping a child XmlTree from its parent
35XmlTree copyFirstAlbum( const XmlTree &library )
36{
37 XmlTree result = library / "album";
38 result.setTag( "newRoot" );
39 return result;
40}
41
42void XMLTestApp::setup()
43{

Callers 1

setupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected