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

Function newFlatFeedWithUserID

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

Source from the content-addressed store, hash-verified

63}
64
65func newFlatFeedWithUserID(c *stream.Client, userID string) (*stream.FlatFeed, error) {
66 return c.FlatFeed("flat", userID)
67}
68
69func newAggregatedFeedWithUserID(c *stream.Client, userID string) (*stream.AggregatedFeed, error) {
70 return c.AggregatedFeed("aggregated", userID)

Callers 15

TestFlatFeedFollowStatsFunction · 0.85
TestAddToManyFunction · 0.85
TestFollowManyFunction · 0.85
TestAddActivityFunction · 0.85
TestAddActivitiesFunction · 0.85
TestFollowFunction · 0.85
TestGetFollowingFunction · 0.85
TestGetFollowersFunction · 0.85

Calls 1

FlatFeedMethod · 0.80

Tested by

no test coverage detected