MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / changeEncoding

Function changeEncoding

src/palettes/changeEncoding/index.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import encodings from "utils/encodings";
5
6export default function changeEncoding() {
7 palette(generateHints, reopenWithNewEncoding, strings.encoding);
8}
9
10function generateHints() {
11 return Object.keys(encodings).map((id) => {

Callers 1

encodingFunction · 0.85

Calls 1

paletteFunction · 0.85

Tested by

no test coverage detected