MCPcopy 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
101func invalidf(format string, args ...any) error {
102 return ValidationError(fmt.Sprintf(format, args...))
103}

Callers 4

DecodeStrictFunction · 0.70
DecodeFunction · 0.70
RequireRowsFunction · 0.70
DecodeRangesFunction · 0.70

Calls 1

ValidationErrorTypeAlias · 0.70

Tested by

no test coverage detected