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

Method isNormalStackState

web/src/asyncify.ts:78–80  ·  view source on GitHub ↗

* Get the current asynctify state * * @returns The current asynctify state

()

Source from the content-addressed store, hash-verified

76 * @returns The current asynctify state
77 */
78 isNormalStackState(): boolean {
79 return this.state == AsyncifyStateKind.None;
80 }
81
82 /**
83 * Get the current asynctify state

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected