Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
export
function
getTerminalSettings() {
28
const
settings = appSettings.value.terminalSettings || {};
29
return
{
30
...DEFAULT_TERMINAL_SETTINGS,
31
...settings,
32
};
33
}
Callers
4
constructor
Method · 0.90
init
Method · 0.90
setupTouchSelection
Method · 0.90
mount
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected