Skip to content

Commit

Permalink
MRG: allow get/set record.filename (#3121)
Browse files Browse the repository at this point in the history
Enables accessing a Record's `filename` from the object. Needed to
reproduce full gather results w/in branchwater
  • Loading branch information
bluegenes committed Apr 20, 2024
1 parent 08fe5ba commit c205057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub struct Record {
#[getset(get = "pub", set = "pub")]
name: String,

#[getset(get = "pub", set = "pub")]
filename: String,
}

Expand Down

0 comments on commit c205057

Please sign in to comment.