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

Method Lookup

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

Source from the content-addressed store, hash-verified

153}
154
155func (s *SQLTable) Lookup(ctx context.Context, val string) (string, bool, error) {
156 return s.wrapped.Lookup(ctx, val)
157}
158
159func (s *SQLTable) LookupMulti(ctx context.Context, val string) ([]string, error) {
160 return s.wrapped.LookupMulti(ctx, val)

Callers

nothing calls this directly

Calls 1

LookupMethod · 0.65

Tested by

no test coverage detected