Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ clean
Function
clean
pkg/webui/components/input/byte.js:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
const
upper = str => str.toUpperCase()
55
56
const
clean = str => (typeof str ===
'string'
? str.replace(voidChars,
''
) : str)
57
58
const
ByteInput = React.forwardRef(
59
(
Callers
1
byte.js
File · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected