MCPcopy Index your code
hub / github.com/perkeep/perkeep / n

Method n

pkg/search/handler.go:310–312  ·  view source on GitHub ↗

n returns the sanitized maximum number of search results.

()

Source from the content-addressed store, hash-verified

308
309// n returns the sanitized maximum number of search results.
310func (r *RecentRequest) n() int {
311 return sanitizeNumResults(r.N)
312}
313
314// WithAttrRequest is a request to get a WithAttrResponse.
315type WithAttrRequest struct {

Callers 2

URLSuffixMethod · 0.95
GetRecentPermanodesMethod · 0.45

Calls 1

sanitizeNumResultsFunction · 0.85

Tested by

no test coverage detected