We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07aa9b commit 28c06a8Copy full SHA for 28c06a8
lib/dsc-lib/src/functions/try_get.rs
@@ -16,7 +16,7 @@ impl Function for TryGet {
16
FunctionMetadata {
17
name: "tryGet".to_string(),
18
description: t!("functions.tryGet.description").to_string(),
19
- category: vec![FunctionCategory::Logical],
+ category: vec![FunctionCategory::Array, FunctionCategory::Object],
20
min_args: 2,
21
max_args: 2,
22
accepted_arg_ordered_types: vec![
0 commit comments