Searched defs:ReadAll (Results 1 – 4 of 4) sorted by relevance
27 func ReadAll(r io.Reader) ([]byte, error) { func
32 func ReadAll[Elem any](ctx context.Context, c <-chan Elem) []Elem { func
238 func (r *Reader) ReadAll() (records [][]string, err error) { func
709 func ReadAll(r Reader) ([]byte, error) { func