MCPcopy Create free account
hub / github.com/argotorg/solidity / cleanString

Function cleanString

scripts/bytecodecompare/prepare_report.js:25–30  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

23}
24
25function cleanString(string)
26{
27 if (string !== undefined)
28 string = string.trim()
29 return (string !== '' ? string : undefined)
30}
31
32let inputFiles = []
33let stripSMTPragmas = false

Callers 1

prepare_report.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected