MCPcopy
hub / github.com/desktop/desktop / set

Method set

app/src/ui/lib/list/section-list.tsx:405–407  ·  view source on GitHub ↗
(indexPath: RowIndexPath, element: HTMLDivElement)

Source from the content-addressed store, hash-verified

403 }
404
405 public set(indexPath: RowIndexPath, element: HTMLDivElement) {
406 this.map.set(this.getIndexPathKey(indexPath), element)
407 }
408
409 public delete(indexPath: RowIndexPath) {
410 this.map.delete(this.getIndexPathKey(indexPath))

Callers 15

packageWindowsFunction · 0.45
onMethod · 0.45
removeListenerMethod · 0.45
onInvokeMethod · 0.45
api-test.tsFile · 0.45
resolveAndContinueFunction · 0.45
findDuplicateAccessKeysFunction · 0.45
index.tsFile · 0.45
trySetUpdaterGuidFunction · 0.45
installSameOriginFilterFunction · 0.45

Calls 1

getIndexPathKeyMethod · 0.95

Tested by

no test coverage detected