MCPcopy Index your code
hub / github.com/lutzroeder/netron / addBeforeSet

Method addBeforeSet

source/python.js:11417–11419  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11415 this.containedTypes = [];
11416 }
11417 addBeforeSet(value) {
11418 this.before_set.push(value);
11419 }
11420 addAfterSet(value) {
11421 this.after_set.push(value);
11422 }

Callers 1

parseAliasAnnotationMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected