MCPcopy Create free account
hub / github.com/openclaw/gogcli / invalidf

Function invalidf

internal/sheetsconditional/conditional.go:216–218  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

214}
215
216func invalidf(format string, args ...any) error {
217 return ValidationError(fmt.Sprintf(format, args...))
218}

Callers 5

BuildConditionFunction · 0.70
SheetRuleCountFunction · 0.70
BuildDeleteRequestsFunction · 0.70
ValidateClearIndexFunction · 0.70
conditionTypeFunction · 0.70

Calls 1

ValidationErrorTypeAlias · 0.70

Tested by

no test coverage detected