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

Struct fakeBusSubscription

core/services/galleryop/distributed_sync_test.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type fakeBusSubscription struct {
77 bus *fakeBus
78 subRef fakeBusSub
79}
80
81func (s *fakeBusSubscription) Unsubscribe() error {
82 s.bus.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected