mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
expose get_baseline_props
This commit is contained in:
parent
e3cc24ef94
commit
949cb452da
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ impl PacketEntity {
|
|||
self.get_prop_by_identifier(&identifier, parser_state)
|
||||
}
|
||||
|
||||
fn get_baseline_props<'a>(&self, parser_state: &'a ParserState) -> Cow<'a, [SendProp]> {
|
||||
pub fn get_baseline_props<'a>(&self, parser_state: &'a ParserState) -> Cow<'a, [SendProp]> {
|
||||
parser_state
|
||||
.get_baseline(
|
||||
self.baseline_index,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue