Skip to content

Commit

Permalink
part/persist: code refactoring
Browse files Browse the repository at this point in the history
move subroutines from header to source files.

Many subroutines are only used by a single source file,
so move them out of the header file. This will make it
easier for debuggers since setting a breakpoint in a header file
is not always correctly supported.

Signed-off-by: Gilles Gouaillardet <[email protected]>
  • Loading branch information
ggouaillardet committed Dec 10, 2024
1 parent 454d7aa commit 6a7aeb2
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 522 deletions.
Loading

0 comments on commit 6a7aeb2

Please sign in to comment.