MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / token_byte_values

Method token_byte_values

out/cli.cjs:25777–25781  ·  view source on GitHub ↗

@returns {any}

()

Source from the content-addressed store, hash-verified

25775 }
25776 /** @returns {any} */
25777 token_byte_values() {
25778 if (wasm == null) throw new Error("tiktoken: WASM binary has not been propery initialized.");
25779 const ret = wasm.tiktoken_token_byte_values(this.__wbg_ptr);
25780 return takeObject(ret);
25781 }
25782 };
25783 module2.exports.Tiktoken = Tiktoken2;
25784 module2.exports.__wbindgen_is_undefined = function(arg0) {

Callers

nothing calls this directly

Calls 1

takeObjectFunction · 0.85

Tested by

no test coverage detected