jinja : add capability check for object args (#20612)

This commit is contained in:
Aldehir Rojas
2026-03-16 17:43:14 +01:00
committed by GitHub
parent f47a246a08
commit 1bbec6a75d
3 changed files with 114 additions and 13 deletions
+2
View File
@@ -18,6 +18,8 @@ struct caps {
bool supports_string_content = true;
bool supports_typed_content = false;
bool supports_object_arguments = false;
// for reporting on server
std::map<std::string, bool> to_map() const;