Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
encodings from
"utils/encodings"
;
5
6
export
default
function
changeEncoding() {
7
palette(generateHints, reopenWithNewEncoding, strings.encoding);
8
}
9
10
function
generateHints() {
11
return
Object.keys(encodings).map((id) => {
Callers
1
encoding
Function · 0.85
Calls
1
palette
Function · 0.85
Tested by
no test coverage detected