MCPcopy Create free account
hub / github.com/ceifa/tiktoken-node / Encoding

Class Encoding

src/lib.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[napi]
6pub struct Encoding {
7 pub(crate) encoding: tiktoken_rs::CoreBPE,
8}
9
10#[napi]
11impl Encoding {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…