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