refactor: rename DTree to DValue

This commit is contained in:
udo
2026-06-12 11:05:52 +00:00
parent 941f5aea08
commit 7066da3cde
157 changed files with 1203 additions and 1074 deletions
+3 -3
View File
@@ -28,13 +28,13 @@ COMPONENT:PROBE(Request& context)
RENDER(Request& context)
{
DTree first;
DValue first;
first["label"] = "First component call";
DTree second;
DValue second;
second["label"] = "Second component call in the same request";
DTree third;
DValue third;
third["label"] = "Third component call through unit_call(\"COMPONENT:PROBE\")";
<><html>