MCPcopy Create free account
hub / github.com/GetStream/stream-go2 / newAggregatedFeedWithUserID

Function newAggregatedFeedWithUserID

utils_test.go:69–71  ·  view source on GitHub ↗
(c *stream.Client, userID string)

Source from the content-addressed store, hash-verified

67}
68
69func newAggregatedFeedWithUserID(c *stream.Client, userID string) (*stream.AggregatedFeed, error) {
70 return c.AggregatedFeed("aggregated", userID)
71}
72
73func newNotificationFeedWithUserID(c *stream.Client, userID string) (*stream.NotificationFeed, error) {
74 return c.NotificationFeed("notification", userID)

Callers 5

TestAddToManyFunction · 0.85
TestFollowManyFunction · 0.85

Calls 1

AggregatedFeedMethod · 0.80

Tested by

no test coverage detected