MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / getStatus

Method getStatus

src/scripts/logging/submodules/event.ts:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 public getStatus(): string {
229 return Status[this._logStatus];
230 }
231
232 public setStatus(status: Status): void {
233 this._logStatus = status;

Callers 1

addPromiseEventItemsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected