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

Function buildSlidesClearAndInsertTextRequestsAt

internal/cmd/slides_shared.go:272–274  ·  view source on GitHub ↗
(objectID string, text string, cell *slides.TableCellLocation)

Source from the content-addressed store, hash-verified

270}
271
272func buildSlidesClearAndInsertTextRequestsAt(objectID string, text string, cell *slides.TableCellLocation) []*slides.Request {
273 return buildSlidesReplaceTextRequestsAt(objectID, text, true, cell)
274}
275
276func slidesTableCellLocation(row, col int64) *slides.TableCellLocation {
277 return &slides.TableCellLocation{

Callers 1

RunMethod · 0.85

Calls 1

Tested by

no test coverage detected