MCPcopy 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

callbackFunction · 0.85

Calls 3

createPageFunction · 0.85
hideMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected