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

Method transformReturnStmts

source/python.js:18531–18534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18529 return unit;
18530 }
18531 transformReturnStmts() {
18532 this._current_exit_kind = 'prim::ReturnStmt';
18533 this.transformExits(this._graph.block());
18534 }
18535 transformLoopContinuations() {
18536 this._current_exit_kind = 'prim::LoopContinuation';
18537 this.transformExits(this._graph.block());

Callers 1

constructorMethod · 0.80

Calls 2

transformExitsMethod · 0.80
blockMethod · 0.45

Tested by

no test coverage detected