MCPcopy Create free account
hub / github.com/kataras/iris / List

Method List

_examples/database/mysql/cache/groupcache.go:118–120  ·  view source on GitHub ↗

List binds item to "dest" based on the "rawQuery" of `url.Values` for `ListOptions`.

(ctx context.Context, rawQuery string, dest *[]byte)

Source from the content-addressed store, hash-verified

116
117// List binds item to "dest" based on the "rawQuery" of `url.Values` for `ListOptions`.
118func (c *Cache) List(ctx context.Context, rawQuery string, dest *[]byte) error {
119 return c.group.Get(ctx, prefixList+rawQuery, groupcache.AllocatingByteSliceSink(dest))
120}

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected