File tree Expand file tree Collapse file tree
shared/typeflow/codeql/typeflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ signature module TypeFlowInput<LocationSig Location> {
3030 }
3131
3232 /**
33- * Gets an identifier for node `n`, if any. When not implemented for a given node ,
34- * the library will use location-based ranking.
33+ * Gets an identifier for node `n`, if any. When no identifier is provided for `n` ,
34+ * the library falls back to location-based ranking.
3535 */
3636 default int getTypeFlowNodeId ( TypeFlowNode n ) { none ( ) }
3737
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ signature module UniversalFlowInput<LocationSig Location> {
4646 }
4747
4848 /**
49- * Gets an identifier for node `n`, if any. When not implemented for a given node ,
50- * the library will use location-based ranking.
49+ * Gets an identifier for node `n`, if any. When no identifier is provided for `n` ,
50+ * the library falls back to location-based ranking.
5151 */
5252 default int getFlowNodeId ( FlowNode n ) { none ( ) }
5353
You can’t perform that action at this time.
0 commit comments