MCPcopy
hub / github.com/witheve/Eve / error

Method error

src/runtime/runtime.ts:104–110  ·  view source on GitHub ↗
(kind: string, error: string)

Source from the content-addressed store, hash-verified

102 }
103
104 error(kind: string, error: string) {
105 if(this.errorReporter) {
106 this.errorReporter(kind, error);
107 } else {
108 console.error(kind + ":", error);
109 }
110 }
111
112 unregisterDatabase(name) {
113 let db = this.nameToDatabase[name];

Callers 15

fixpointMethod · 0.95
handleDiffFunction · 0.80
injectNoticeMethod · 0.80
onMessageMethod · 0.80
renderRecordsFunction · 0.80
loadFileMethod · 0.80
saveToGistMethod · 0.80
loadFromGistMethod · 0.80
getFunction · 0.80
setFunction · 0.80
getWorkspaceFromPathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected