MCPcopy Index your code
hub / github.com/foxcpp/maddy / LookupMulti

Method LookupMulti

internal/table/sql_table.go:159–161  ·  view source on GitHub ↗
(ctx context.Context, val string)

Source from the content-addressed store, hash-verified

157}
158
159func (s *SQLTable) LookupMulti(ctx context.Context, val string) ([]string, error) {
160 return s.wrapped.LookupMulti(ctx, val)
161}
162
163func (s *SQLTable) Keys() ([]string, error) {
164 return s.wrapped.Keys()

Callers

nothing calls this directly

Calls 1

LookupMultiMethod · 0.65

Tested by

no test coverage detected