Skip to content

buffer: increase coverage by removing dead code

Buffer.js file. L196 if (value == null) guarantees obj != null so L406 is unnecessary. Removing outer if statement L406 and L418.

Checklist

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]

Merge request reports

Loading