MCPcopy Index your code
hub / github.com/pyodide/pyodide / _save

Method _save

src/core/stack_switching/stack_state.mjs:199–201  ·  view source on GitHub ↗

* Copy all of a stack frame into its _copy Uint8Array * @returns How much data we copied (for debugging only)

()

Source from the content-addressed store, hash-verified

197 * @returns How much data we copied (for debugging only)
198 */
199 _save() {
200 return this._save_up_to(this.stop);
201 }
202}

Callers 1

evictStackUpToFunction · 0.80

Calls 1

_save_up_toMethod · 0.95

Tested by

no test coverage detected