Used as a safe fallback when scc produces no output (e.g. an empty
directory or no files matching the requested extensions).
Arguments
- by_file
Logical. When
TRUEreturns the per-file schema; whenFALSE(default) returns the per-language schema.- dryness
Logical. When
TRUEincludes thedrynesscolumn; whenFALSE(default) the column is omitted, matching the runtime gate inscc()/scc_by_file().
Value
A zero-row tibble::tibble() whose columns and types match the
output of scc() (by_file = FALSE) or scc_by_file() (by_file = TRUE) called with the same dryness flag.