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

Method free

out/cli.cjs:25651–25655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();
25654 wasm.__wbg_tiktoken_free(ptr);
25655 }
25656 /**
25657 * @param {string} text
25658 * @param {any} allowed_special

Callers 3

executeMethod · 0.80
tokenCountFunction · 0.80
tokenCountFunction · 0.80

Calls 1

__destroy_into_rawMethod · 0.80

Tested by

no test coverage detected