MCPcopy Index your code
hub / github.com/syncthing/syncthing / BenchmarkAPI_db_need

Function BenchmarkAPI_db_need

test/http_test.go:260–262  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

258}
259
260func BenchmarkAPI_db_need(b *testing.B) {
261 benchmarkURL(b, "/rest/db/need?folder=default")
262}
263
264func BenchmarkAPI_db_status(b *testing.B) {
265 benchmarkURL(b, "/rest/db/status?folder=default")

Callers

nothing calls this directly

Calls 1

benchmarkURLFunction · 0.85

Tested by

no test coverage detected