MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / handler

Function handler

local_inference/localInferenceService.js:66–66  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

64 onStatus(callback) {
65 if (typeof callback !== 'function') return () => {};
66 const handler = (event) => callback(event.detail);
67 statusTarget.addEventListener('status', handler);
68 return () => statusTarget.removeEventListener('status', handler);
69 },

Callers 5

notifyMethod · 0.85
handleMessageMethod · 0.85
notifyMethod · 0.85
withLockMethod · 0.85
consumeTicketsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected