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

Function encoding

src/lib/commands.js:192–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 this["resize-editor"]();
191 },
192 async encoding() {
193 const { default: changeEncoding } = await import(
194 /* webpackChunkName: "changeEncoding" */ "palettes/changeEncoding"
195 );
196 changeEncoding();
197 },
198 exit() {
199 navigator.app.exitApp();
200 },

Callers 1

openFile.jsFile · 0.85

Calls 1

changeEncodingFunction · 0.85

Tested by

no test coverage detected