Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ source
Method
source
source/python.js:21796–21801 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
21794
}
21795
21796
source(file) {
21797
if
(this._sources.has(file)) {
21798
return
this._sources.get(file);
21799
}
21800
return
null;
21801
}
21802
21803
read(file) {
21804
const
buffer = this.source(file);
Callers
4
print
Method · 0.45
file_line_col
Method · 0.45
findSourceRangeThatGenerated
Method · 0.45
read
Method · 0.45
Calls
2
has
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected