MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / insert_container

Method insert_container

src/session/src/session.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::optional<Uuid> Session::insert_container(
69 const PlaylistItem &container, const utility::Uuid &uuid_before, const bool into) {
70 return playlists_.insert(container, uuid_before, into);
71}
72
73bool Session::insert_container(
74 PlaylistTree container, const utility::Uuid &uuid_before, const bool into) {

Callers 2

create_containerMethod · 0.45
duplicate_containerMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected