While investigating code, I was confused for a bit because a function name broke our naming conventions and I thought I had missed a public function in a ticket I'm working on.
In block/block_read.c the function wt_bm_corrupt_dump is static and only called within the file. It should be called bm_corrupt_dump and not have the wt prefix.
That was originally added over 5 years ago in WT-3840.
- related to
-
WT-11553 Create a Python script to find static functions with __wt prefix
- Open