MCPcopy Index your code
hub / github.com/diffgram/diffgram / replace

Method replace

frontend/src/helpers/instance_list.ts:71–73  ·  view source on GitHub ↗
(instance: InstanceInterface, index: number)

Source from the content-addressed store, hash-verified

69 }
70
71 public replace(instance: InstanceInterface, index: number) {
72 this.instance_list.splice(index, 1, instance);
73 }
74}

Callers 15

job_launch_list_coreFunction · 0.80
append_to_batch_coreFunction · 0.80
build_date_rangeMethod · 0.80
getErrorMessageMethod · 0.80
parseHeaderMethod · 0.80
parse_single_functionMethod · 0.80
toMacStyleHotkeysMethod · 0.80
classToHexFunction · 0.80
parseHexFunction · 0.80
parseGradientFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected