Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ invalidf
Function
invalidf
internal/sheetsvalues/values.go:101–103 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
invalidf(format string, args ...any) error {
102
return
ValidationError(fmt.Sprintf(format, args...))
103
}
Callers
4
DecodeStrict
Function · 0.70
Decode
Function · 0.70
RequireRows
Function · 0.70
DecodeRanges
Function · 0.70
Calls
1
ValidationError
TypeAlias · 0.70
Tested by
no test coverage detected