===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-vcr-0.5.4+dfsg/R/request_handler.R-98-
r-cran-vcr-0.5.4+dfsg/R/request_handler.R:99:    #' @description Handle the request (`request` given in `$initialize()`)
r-cran-vcr-0.5.4+dfsg/R/request_handler.R-100-    #' @return handles a request, outcomes vary
##############################################
r-cran-vcr-0.5.4+dfsg/R/request_handler.R-112-
r-cran-vcr-0.5.4+dfsg/R/request_handler.R:113:      eval(parse(text = req_type_fun))(self$request)
r-cran-vcr-0.5.4+dfsg/R/request_handler.R-114-    }
##############################################
r-cran-vcr-0.5.4+dfsg/R/configuration.R-53-#' in internal function `write_interactions()`, while before playback
r-cran-vcr-0.5.4+dfsg/R/configuration.R:54:#' replacement happens in internal function `YAML$deserialize_path()`
r-cran-vcr-0.5.4+dfsg/R/configuration.R-55-#' 
##############################################
r-cran-vcr-0.5.4+dfsg/R/match_helpers.R-27-get_path <- function(x) {
r-cran-vcr-0.5.4+dfsg/R/match_helpers.R:28:  eval(parse(text = vcr_c$uri_parser))(x)$path
r-cran-vcr-0.5.4+dfsg/R/match_helpers.R-29-}
##############################################
r-cran-vcr-0.5.4+dfsg/R/request_handler-httr.R-75-      on.exit(webmockr::httr_mock(TRUE), add = TRUE)
r-cran-vcr-0.5.4+dfsg/R/request_handler-httr.R:76:      tmp2 <- eval(parse(text = paste0("httr::", request$method))) (
r-cran-vcr-0.5.4+dfsg/R/request_handler-httr.R-77-        request$url,
##############################################
r-cran-vcr-0.5.4+dfsg/R/request_handler-httr.R-101-      on.exit(webmockr::httr_mock(TRUE), add = TRUE)
r-cran-vcr-0.5.4+dfsg/R/request_handler-httr.R:102:      tmp2 <- eval(parse(text = paste0("httr::", self$request_original$method))) (
r-cran-vcr-0.5.4+dfsg/R/request_handler-httr.R-103-        self$request_original$url,
##############################################
r-cran-vcr-0.5.4+dfsg/R/request_class.R-75-        # parse URI to get host and path
r-cran-vcr-0.5.4+dfsg/R/request_class.R:76:        tmp <- eval(parse(text = vcr_c$uri_parser))(self$uri)
r-cran-vcr-0.5.4+dfsg/R/request_class.R-77-        self$scheme <- tmp$scheme
##############################################
r-cran-vcr-0.5.4+dfsg/R/cassette_class.R-554-    #' @description record an http interaction (doesn't write to disk)
r-cran-vcr-0.5.4+dfsg/R/cassette_class.R:555:    #' @param x an crul or httr response object, with the request at `$request`
r-cran-vcr-0.5.4+dfsg/R/cassette_class.R-556-    #' @return nothing returned
##############################################
r-cran-vcr-0.5.4+dfsg/R/cassette_class.R-618-    #' @description Make an `HTTPInteraction` object
r-cran-vcr-0.5.4+dfsg/R/cassette_class.R:619:    #' @param x an crul or httr response object, with the request at `$request`
r-cran-vcr-0.5.4+dfsg/R/cassette_class.R-620-    #' @return an object of class [HTTPInteraction]
##############################################
r-cran-vcr-0.5.4+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-vcr-0.5.4+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-vcr-0.5.4+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM