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

Method update

src/sidebarApps/searchInFiles/cmResultView.js:242–250  ·  view source on GitHub ↗
(update)

Source from the content-addressed store, hash-verified

240 }
241
242 update(update) {
243 if (
244 update.docChanged ||
245 update.viewportChanged ||
246 update.startState.field(foldState) !== update.state.field(foldState)
247 ) {
248 this.decorations = this.buildDecos(update.view);
249 }
250 }
251
252 buildDecos(view) {
253 const builder = [];

Callers 15

persistEnabledFunction · 0.45
persistClientConfigFunction · 0.45
persistStartupTimeoutFunction · 0.45
persistInitOptionsFunction · 0.45
callbackFunction · 0.45
backupRestore.jsFile · 0.45
callbackFunction · 0.45
callbackFunction · 0.45
callbackFunction · 0.45
callbackFunction · 0.45
updateServerConfigFunction · 0.45
upsertCustomServerFunction · 0.45

Calls 1

buildDecosMethod · 0.80

Tested by

no test coverage detected