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 78db206 commit a7fee2dCopy full SHA for a7fee2d
liquid-interpreter/src/variable.rs
@@ -21,6 +21,7 @@ impl Variable {
21
Self { path }
22
}
23
24
+ /// The path to the variable in the stack.
25
pub fn path(&self) -> &Path {
26
&self.path
27
0 commit comments