MCPcopy Create free account
hub / github.com/Evertras/go-interface-examples / GetTopUsers

Method GetTopUsers

local-interfaces/db/db.go:69–72  ·  view source on GitHub ↗

GetTopUsers returns the top X users ranked by score Note that it makes sense here to return full user information, or at least some struct that contains user IDs and scores combined. So we're tying interfaces to this package. Tradeoffs.

(ctx context.Context, count int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected