File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
rust/ql/src/queries/summary Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/**
22 * @id rust/summary/number-of-files-extracted-with-errors
33 * @name Total number of Rust files that were extracted with errors
4- * @description The total number of Rust code files that we extracted, but where
5- * at least one extraction error occurred in the process.
4+ * @description The total number of Rust files in the source code directory that
5+ * were extracted, but where at least one extraction error occurred in the process.
66 * @kind metric
77 * @tags summary
88 */
Original file line number Diff line number Diff line change 11/**
22 * @id rust/summary/number-of-successfully-extracted-files
33 * @name Total number of Rust files that were extracted without error
4- * @description The total number of Rust code files that we extracted without
5- * encountering any extraction errors
4+ * @description The total number of Rust files in the source code directory that
5+ * were extracted without encountering any extraction errors.
66 * @kind metric
77 * @tags summary
88 */
You can’t perform that action at this time.
0 commit comments