MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / error

Method error

panel/src/app/service/operation_logger.ts:83–85  ·  view source on GitHub ↗
(type: T, payload: CleanPayload<T>)

Source from the content-addressed store, hash-verified

81 }
82
83 error<T extends keyof OperationLoggerItemPayload>(type: T, payload: CleanPayload<T>) {
84 return this.log(type, payload, "error");
85 }
86
87 private startFlushTimer() {
88 this.#flushTimer = setInterval(() => {

Callers 15

mount.tsFile · 0.80
mountAppFunction · 0.80
handleLoadingErrorFunction · 0.80
readFunction · 0.80
scanDirectoryFunction · 0.80
executeJavascriptMethod · 0.80
toCopyFunction · 0.80
reportValidatorErrorFunction · 0.80
reportErrorMsgFunction · 0.80
iframeEventDispatchFunction · 0.80
updateUserInfoFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected