MCPcopy
hub / github.com/lutzroeder/netron / moveBefore

Method moveBefore

source/python.js:12893–12896  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

12891 throw new python.Error('Input use not found.');
12892 }
12893 moveBefore(n) {
12894 this.removeFromList();
12895 this.insertBefore(n);
12896 }
12897 removeInput(i) {
12898 this._op = null;
12899 this.dropInput(i);

Callers 3

inlineIfBodyMethod · 0.80
constructorMethod · 0.80
eraseBlockLoadStoresMethod · 0.80

Calls 2

removeFromListMethod · 0.80
insertBeforeMethod · 0.45

Tested by

no test coverage detected