Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAI
/ fakeBusSubscription
Struct
fakeBusSubscription
core/services/testutil/fakebus.go:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
type
fakeBusSubscription
struct
{
95
bus *FakeBus
96
subRef fakeBusSub
97
}
98
99
func
(s *fakeBusSubscription) Unsubscribe() error {
100
s.bus.mu.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected