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

Function getTerminalSettings

src/components/terminal/terminalDefaults.js:27–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25};
26
27export function getTerminalSettings() {
28 const settings = appSettings.value.terminalSettings || {};
29 return {
30 ...DEFAULT_TERMINAL_SETTINGS,
31 ...settings,
32 };
33}

Callers 4

constructorMethod · 0.90
initMethod · 0.90
setupTouchSelectionMethod · 0.90
mountMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected