Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/barnybug/cli53
/ parsingError
Function
parsingError
util_test.go:43–46 ·
view source on GitHub ↗
(input string)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
parsingError(input string) error {
44
_, err := ParseKeyValues(input)
45
return
err
46
}
47
48
func
TestParseKeyValuesErrors(t *testing.T) {
49
assert.Error(t, parsingError(
""
))
Callers
1
TestParseKeyValuesErrors
Function · 0.85
Calls
1
ParseKeyValues
Function · 0.85
Tested by
no test coverage detected