---
source: crates/tinymist-query/src/signature_help.rs
description: "signature help on = x;\n\n#(f(|/* loc 0, "
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/signature_help/base.typ
---
{
"activeSignature": 0,
"signatures": [
{
"activeParameter": 0,
"documentation": {
"kind": "markdown",
"value": ""
},
"label": "f(x: any) -> any",
"parameters": [
{
"documentation": {
"kind": "markdown",
"value": ""
},
"label": "x:"
}
]
}
]
}