2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 05:43:34 +00:00
nushell/crates/nu-cmd-base
Ian Manske 59ea28cf06
Use Record::get instead of Value functions ()
# Description
Where appropriate, this PR replaces instances of
`Value::get_data_by_key` and `Value::follow_cell_path` with
`Record::get`. This avoids some unnecessary clones and simplifies the
code in some places.
2023-11-08 21:47:37 +01:00
..
src Use Record::get instead of Value functions () 2023-11-08 21:47:37 +01:00
Cargo.toml Bump indexmap from 2.0.2 to 2.1.0 () 2023-11-07 15:36:34 +00:00
LICENSE [nu-cmd-base] add missing LICENSE text () 2023-10-27 15:55:03 -05:00