hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
14 stars 9 forks source link

chore: BlobValue.decodedValue rewrite to avoid side-effect in computed (eslint warning) #1093

Closed ericleponner closed 1 month ago

ericleponner commented 1 month ago

Description: Changes below rewrite BlobValue.decodedValue computed to avoid side-effect on b64EncodingFound ref. This is an issue flagged by eslint.

Checklist

github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 82.76% 39521 / 47751
🔵 Statements 82.76% 39521 / 47751
🔵 Functions 62.95% 894 / 1420
🔵 Branches 83.98% 4116 / 4901
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/values/BlobValue.vue 91% 75% 100% 91% 30, 34, 37, 115-120, 127-131, 147-148, 173-174
Generated in workflow #962
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud