apiSecurityItemFunction
Last updated
Function-level information for API implementations.
type ApiSecurityItemFunction {
function: String
line: Int
snippet: String
filepath: String
link: String
}function String
Name of the function implementing the API
line Int
Line number where the function is defined
snippet String
Code snippet showing the function implementation
filepath String
File path where the function is located
link String
URL link to view the function in the repository
Last updated
