This commit is contained in:
2025-11-14 10:34:43 -07:00
parent 3be92aea3c
commit b8fd938120
4 changed files with 111 additions and 4 deletions

View File

@@ -295,7 +295,7 @@ impl Context for ExtractionContext {
registry.push(identifier.to_owned())
} else { panic!("The RwLock should always be write-able") }
// Ok(Value::Int(1))
todo!();
unimplemented!("Extracting function identifier not implemented yet")
}
fn are_builtin_functions_disabled(&self) -> bool {