MCPcopy Create free account
hub / github.com/google/go-cloud / invalidf

Method invalidf

docstore/query.go:256–259  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

254}
255
256func (q *Query) invalidf(format string, args ...any) *Query {
257 q.err = gcerr.Newf(gcerr.InvalidArgument, nil, format, args...)
258 return q
259}
260
261// DocumentIterator iterates over documents.
262//

Callers 4

WhereMethod · 0.95
OffsetMethod · 0.95
LimitMethod · 0.95
OrderByMethod · 0.95

Calls 1

NewfFunction · 0.92

Tested by

no test coverage detected