Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.45
update
Method · 0.45
named_modules
Method · 0.45
markReturnNode
Method · 0.45
mark
Method · 0.45
create_name
Method · 0.45
importClass
Method · 0.45
parseSourceIfNeeded
Method · 0.45
deserialize
Method · 0.45
constructor
Method · 0.45
emitIfElseBlocks
Method · 0.45
emitReturn
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected