Skip to content
Snippets Groups Projects
Commit a2379d68 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-11216: Add llsd::drill() function to drill into an LLSD blob.

We include both const and non-const overloads. The latter returns LLSD&, so
you can assign to the located element.

In fact we already implemented the non-const logic in a less public form as
storeToLLSDPath() in lleventcoro.cpp. Reimplement the latter to use the new
llsd::drill() function.
parent 5a260e0c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment