MCPcopy Create free account
hub / github.com/0hq/WebGPT / encode

Method encode

tokenizer.js:16–18  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

14 }
15
16 encode(str) {
17 throw new Error("Not implemented.");
18 }
19
20 decode(arr) {
21 throw new Error("Not implemented.");

Callers 2

generateMethod · 0.45
encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected