Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
function
cleanString(string)
26
{
27
if
(string !== undefined)
28
string = string.trim()
29
return
(string !==
''
? string : undefined)
30
}
31
32
let
inputFiles = []
33
let
stripSMTPragmas = false
Callers
1
prepare_report.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected