MCPcopy
hub / github.com/di-sukharev/opencommit / __destroy_into_raw

Method __destroy_into_raw

out/cli.cjs:25645–25650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25643 }
25644 }
25645 __destroy_into_raw() {
25646 const ptr = this.__wbg_ptr;
25647 this.__wbg_ptr = 0;
25648 TiktokenFinalization.unregister(this);
25649 return ptr;
25650 }
25651 free() {
25652 if (wasm == null) throw new Error("tiktoken: WASM binary has not been propery initialized.");
25653 const ptr = this.__destroy_into_raw();

Callers 1

freeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected