From 017349bdbe171c66974a5835f2f74f76138386ea Mon Sep 17 00:00:00 2001 From: Mason Reed <35282038+emesare@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:40:28 -0800 Subject: [WARP] Allow containers to be constructed programmatically (#7952) --- plugins/warp/api/warp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/warp/api/warp.h') diff --git a/plugins/warp/api/warp.h b/plugins/warp/api/warp.h index 14be9a0d..01f4aaee 100644 --- a/plugins/warp/api/warp.h +++ b/plugins/warp/api/warp.h @@ -381,6 +381,9 @@ namespace Warp { /// Retrieve all available containers. static std::vector > All(); + /// Add a new container with the given name. + static Ref Add(const std::string &name); + std::string GetName() const; std::vector GetSources() const; -- cgit v1.3.1