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

Method append

source/python.js:2348–2350  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

2346 }
2347 }
2348 append(item) {
2349 this.push(item);
2350 }
2351 extend(items) {
2352 this.push(...items);
2353 }

Callers 15

_split_docstringFunction · 0.80
_find_attributeFunction · 0.80
_update_attributesFunction · 0.80
_update_attributesMethod · 0.80
_update_inputsMethod · 0.80
_update_outputsMethod · 0.80
_update_snippetsMethod · 0.80
_update_attributesMethod · 0.80
_update_inputsMethod · 0.80
_update_outputsMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected