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

Function deleteRequest

internal/sheetsconditional/conditional.go:207–214  ·  view source on GitHub ↗
(sheetID, index int64)

Source from the content-addressed store, hash-verified

205}
206
207func deleteRequest(sheetID, index int64) *sheets.Request {
208 return &sheets.Request{
209 DeleteConditionalFormatRule: &sheets.DeleteConditionalFormatRuleRequest{
210 SheetId: sheetID,
211 Index: index,
212 },
213 }
214}
215
216func invalidf(format string, args ...any) error {
217 return ValidationError(fmt.Sprintf(format, args...))

Callers 1

BuildDeleteRequestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected