1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
source: xee-xpath/src/ast_ir.rs
expression: "convert_xpath(\"my_function#2\")"
---
Ok(
Spanned {
value: FunctionDefinition(
FunctionDefinition {
params: [
Param {
name: Name(
"v0",
),
type_: None,
},
Param {
name: Name(
"v1",
),
type_: None,
},
Param {
name: Name(
"v2",
),
type_: None,
},
],
return_type: None,
body: Spanned {
value: Atom(
Spanned {
value: Const(
StaticFunctionReference(
StaticFunctionId(
0,
),
Some(
ContextNames {
item: Name(
"v0",
),
position: Name(
"v1",
),
last: Name(
"v2",
),
},
),
),
),
span: 0..13,
},
),
span: 0..13,
},
},
),
span: 0..13,
},
)