sofa-bolt-node icon indicating copy to clipboard operation
sofa-bolt-node copied to clipboard

refactor(lib/decoder): 优化变量名

Open rickyes opened this issue 6 years ago • 1 comments

const headerLength = type === RpcCommandType.RESPONSE ? 20 : 22;

第一眼看去,以为是header的长度。。。。

rickyes avatar Oct 24 '19 16:10 rickyes

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f54c356). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #9   +/-   ##
=========================================
  Coverage          ?   96.78%           
=========================================
  Files             ?       30           
  Lines             ?      777           
  Branches          ?        0           
=========================================
  Hits              ?      752           
  Misses            ?       25           
  Partials          ?        0
Impacted Files Coverage Δ
lib/decoder.js 92% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f54c356...6a9f3c2. Read the comment docs.

codecov-io avatar Oct 24 '19 16:10 codecov-io