chore: auto-commit (4 archivos)

- data.h
- data_http.cpp
- views.cpp
- appicon.ico

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 16:33:25 +02:00
parent 9cbf2f7492
commit 04cfa2aba0
4 changed files with 136 additions and 3 deletions
+4
View File
@@ -46,6 +46,10 @@ struct FunctionRow {
std::string description;
std::string created_at;
bool tested = false;
// JSON array string ("[\"a\",\"b\"]") con IDs de funciones consumidas.
// Se carga junto con la lista para soportar reverse lookup "Used by" en
// el tab Dependencies del Explorer sin endpoint extra.
std::string uses_functions;
};
struct AppRow {