Merge 'Move value functions to separate file' from Pedro Muniz

Makes it easier to visualize what is related to Value and what is
related to opcodes. This will also facilitate in my next PR to
generalize certain function over `Value` and `ValueRef` as listed in
#2304

Closes #3919
This commit is contained in:
Pekka Enberg
2025-11-10 09:01:29 +02:00
committed by GitHub
3 changed files with 2265 additions and 2246 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,6 +24,7 @@ pub mod insn;
pub mod likeop;
pub mod metrics;
pub mod sorter;
pub mod value;
use crate::{
error::LimboError,

2257
core/vdbe/value.rs Normal file

File diff suppressed because it is too large Load Diff