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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user