Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
rerun source
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Jan 19, 2024
1 parent fd135b5 commit 957b018
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stacks-common/src/codec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ pub fn source_function_mutant() -> u64 {
312
}

pub fn source_function_mutant_2() -> u64 {
// simple mutant to run
// to check if the changes from base are also displayed on mutants
312432
}


fn read_next_vec<T: StacksMessageCodec + Sized, R: Read>(
fd: &mut R,
num_items: u32,
Expand Down

0 comments on commit 957b018

Please sign in to comment.