There was an error while loading. Please reload this page.
1 parent 27e5375 commit 8b60ed8Copy full SHA for 8b60ed8
src-tauri/src/core/mod.rs
@@ -24,6 +24,7 @@ pub fn evaluate_with_mutable_context(
24
25
decl_func!(
26
addone,
27
+ FunctionType::Std,
28
|v: Value| Value::add(v, Value::from(1)),
29
ValueType::FloatType
30
);
0 commit comments