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

Struct fakeSubscription

core/services/nodes/unloader_test.go:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108func (f *fakeMessagingClient) Close() {}
109
110type fakeSubscription struct{}
111
112func (f *fakeSubscription) Unsubscribe() error { return nil }
113

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected