Rust: Add models auto-generated in bulk

This commit is contained in:
Simon Friis Vindum
2025-05-16 13:36:56 +02:00
parent fb8b79edbf
commit 41e76e20b5
52 changed files with 5568 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
extensions:
- addsTo:
pack: codeql/rust-all
extensible: summaryModel
data:
- ["repo:https://github.com/clap-rs/clap:clap_lex", "<crate::ParsedArg>::to_value", "Argument[self].Field[crate::ParsedArg::inner]", "ReturnValue.Field[crate::result::Result::Err(0)]", "value", "dfc-generated"]
- ["repo:https://github.com/clap-rs/clap:clap_lex", "<crate::ParsedArg>::to_value_os", "Argument[self].Field[crate::ParsedArg::inner]", "ReturnValue", "value", "dfc-generated"]
- ["repo:https://github.com/clap-rs/clap:clap_lex", "<crate::ext::Split as crate::iter::traits::iterator::Iterator>::next", "Argument[self]", "ReturnValue", "taint", "df-generated"]
- ["repo:https://github.com/clap-rs/clap:clap_lex", "<crate::ffi::os_str::OsStr as crate::ext::OsStrExt>::split", "Argument[0]", "ReturnValue.Field[crate::ext::Split::needle]", "value", "dfc-generated"]
- ["repo:https://github.com/clap-rs/clap:clap_lex", "<crate::ffi::os_str::OsStr as crate::ext::OsStrExt>::split", "Argument[self]", "ReturnValue.Field[crate::ext::Split::haystack].Field[crate::option::Option::Some(0)]", "value", "dfc-generated"]