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

Method add

source/python.js:22416–22418  ·  view source on GitHub ↗
(name, source)

Source from the content-addressed store, hash-verified

22414 }
22415
22416 add(name, source) {
22417 this._sources.set(name, source);
22418 }
22419
22420 on(event, listener) {
22421 const value = this._events.get(event) || [];

Callers 14

constructorMethod · 0.45
updateMethod · 0.45
named_modulesMethod · 0.45
markReturnNodeMethod · 0.45
markMethod · 0.45
create_nameMethod · 0.45
importClassMethod · 0.45
parseSourceIfNeededMethod · 0.45
deserializeMethod · 0.45
constructorMethod · 0.45
emitIfElseBlocksMethod · 0.45
emitReturnMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected