-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add recursive hasprop/getprop helpers
It is now possible to get a nested datavalue using the convenient function call datavalue("path.to.nested.value", default="some-default") This patch also provides general recursive getprop/setprop functions. The specialized datavalue helper is preferred because it can give the user a more useful error.
- Loading branch information
Filippo Cremonese
committed
May 4, 2021
1 parent
33f4fb3
commit ba13605
Showing
1 changed file
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters