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

Method GetUserScore

local-interfaces/db/db.go:47–50  ·  view source on GitHub ↗

GetUserScore returns a user's score from their ID Notice this function signature doesn't contain any package-specific types, which means any interfaces that want to implement this do -not- need to tie themselves to this package. This is great when you only need single fields at a time, but that wo

(ctx context.Context, id string)

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