MCPcopy 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

printMethod · 0.45
file_line_colMethod · 0.45
readMethod · 0.45

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected