MCPcopy
hub / github.com/mudler/LocalAI / handler

Function handler

core/http/react-ui/src/App.jsx:50–50  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

48
49 useEffect(() => {
50 const handler = (e) => setSidebarCollapsed(e.detail.collapsed)
51 window.addEventListener('sidebar-collapse', handler)
52 return () => window.removeEventListener('sidebar-collapse', handler)
53 }, [])

Callers 15

fakeOpenAIUpstreamFunction · 0.50
fakeAnthropicUpstreamFunction · 0.50
runRouterWithDepsFunction · 0.50
models_test.goFile · 0.50
nodes_test.goFile · 0.50
SubscribeMethod · 0.50
QueueSubscribeMethod · 0.50
SubscribeReplyMethod · 0.50
QueueSubscribeReplyMethod · 0.50
SubscribeJSONFunction · 0.50

Calls

no outgoing calls

Tested by 4

fakeOpenAIUpstreamFunction · 0.40
fakeAnthropicUpstreamFunction · 0.40
runRouterWithDepsFunction · 0.40
SubscribeMethod · 0.40