Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ refreshVisiblePage
Function
refreshVisiblePage
src/settings/lspSettings.js:260–264 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
258
}
259
260
function
refreshVisiblePage() {
261
page.hide();
262
page = createPage();
263
page.show();
264
}
265
266
async
function
callback(key, value) {
267
if
(key ===
"allow_non_terminal_workspace"
) {
Callers
1
callback
Function · 0.85
Calls
3
createPage
Function · 0.85
hide
Method · 0.45
show
Method · 0.45
Tested by
no test coverage detected