MCPcopy Index your code
hub / github.com/apache/tvm / beginScope

Method beginScope

web/src/runtime.ts:986–988  ·  view source on GitHub ↗

* Begin a new scope for tracking object disposal.

()

Source from the content-addressed store, hash-verified

984 * Begin a new scope for tracking object disposal.
985 */
986 beginScope(): void {
987 this.ctx.beginScope();
988 }
989
990 /**
991 * End a scope and release all created TVM objects

Callers 8

withNewScopeMethod · 0.95
example.jsFile · 0.45
asyncInitServerMethod · 0.45
test_vm.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected