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

Method end

source/python.js:12152–12154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12150 return this.head.next;
12151 }
12152 end() {
12153 return this.head.prev;
12154 }
12155 [Symbol.iterator]() {
12156 let current = this.head.next;
12157 const prev = this.head.prev;

Callers 15

decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected