Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ Error
Method
Error
internal/sheetsvalues/values.go:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
type
ValidationError string
14
15
func
(e ValidationError) Error() string {
16
return
string(e)
17
}
18
19
func
DecodeStrict(data []byte) ([][]
interface
{}, error) {
20
var
values [][]
interface
{}
Callers
3
TestDecodeStrictPreservesNumbersAndRejectsTrailingContent
Function · 0.45
TestRequireRows
Function · 0.45
TestDecodeRanges
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestDecodeStrictPreservesNumbersAndRejectsTrailingContent
Function · 0.36
TestRequireRows
Function · 0.36
TestDecodeRanges
Function · 0.36