We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a962 commit d1da9c1Copy full SHA for d1da9c1
duckscript/src/types/runtime.rs
@@ -46,6 +46,7 @@ pub enum StateValue {
46
}
47
48
/// The context structure
49
+#[derive(Clone)]
50
pub struct Context {
51
/// The runtime variables
52
pub variables: HashMap<String, String>,
0 commit comments