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

Method getState

web/src/asyncify.ts:87–89  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

85 * @returns The current asynctify state
86 */
87 getState(): AsyncifyStateKind {
88 return this.state;
89 }
90
91 /**
92 * Wrap a function that can be used as import of the wasm asynctify layer

Callers 2

wrapImportMethod · 0.95
wrapExportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected