This file is indexed.

/usr/lib/R/site-library/mockery/NAMESPACE is in r-cran-mockery 0.4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Generated by roxygen2: do not edit by hand

S3method(length,mock)
export(expect_args)
export(expect_call)
export(expect_called)
export(mock)
export(mock_args)
export(mock_calls)
export(stub)
importFrom(testthat,expect)
importFrom(testthat,expect_equal)
importFrom(testthat,fail)