We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febe5da commit 1150c14Copy full SHA for 1150c14
numscript.go
@@ -60,3 +60,7 @@ func (p ParseResult) Run(ctx context.Context, vars VariablesMap, store Store) (E
60
}
61
return *res, nil
62
63
+
64
+func (p ParseResult) GetSource() string {
65
+ return p.parseResult.Source
66
+}
0 commit comments