MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / setStatus

Method setStatus

apps/client/src/code/pages/page/page.ts:276–279  ·  view source on GitHub ↗
(status: PageStatus, loading = false)

Source from the content-addressed store, hash-verified

274 }
275
276 setStatus(status: PageStatus, loading = false) {
277 this.react.status = status;
278 this.react.loading = loading;
279 }
280
281 async finishSetup() {
282 try {

Callers 1

jFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected