mirror of
https://github.com/github/codeql.git
synced 2026-06-19 03:41:07 +02:00
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -30,8 +30,8 @@ signature module TypeFlowInput<LocationSig Location> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an identifier for node `n`, if any. When not implemented for a given node,
|
||||
* the library will use location-based ranking.
|
||||
* Gets an identifier for node `n`, if any. When no identifier is provided for `n`,
|
||||
* the library falls back to location-based ranking.
|
||||
*/
|
||||
default int getTypeFlowNodeId(TypeFlowNode n) { none() }
|
||||
|
||||
|
||||
@@ -46,8 +46,8 @@ signature module UniversalFlowInput<LocationSig Location> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an identifier for node `n`, if any. When not implemented for a given node,
|
||||
* the library will use location-based ranking.
|
||||
* Gets an identifier for node `n`, if any. When no identifier is provided for `n`,
|
||||
* the library falls back to location-based ranking.
|
||||
*/
|
||||
default int getFlowNodeId(FlowNode n) { none() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user