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

Method start

source/python.js:13588–13590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13586 return [this._source_view.filename(), this._source_view.lineno_to_source_lineno(lineno), col_offset];
13587 }
13588 start() {
13589 return this._start;
13590 }
13591 toString() {
13592 const loc = this.file_line_col();
13593 return loc ? `${loc[0]}:${loc[1]}:${loc[2]}` : '';

Callers 2

emitSubscriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected