mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Uniformly use getFunctionShortName
This commit is contained in:
committed by
Ian Lynagh
parent
c5e85620e7
commit
fa9971c6f3
@@ -496,7 +496,7 @@ class X {
|
||||
}
|
||||
|
||||
fun getFunctionLabel(f: IrFunction, parentId: Label<out DbElement>) =
|
||||
getFunctionLabel(parentId, f.name.asString(), f.valueParameters, f.returnType, f.extensionReceiverParameter)
|
||||
getFunctionLabel(parentId, getFunctionShortName(f), f.valueParameters, f.returnType, f.extensionReceiverParameter)
|
||||
|
||||
fun getFunctionLabel(
|
||||
parentId: Label<out DbElement>,
|
||||
|
||||
Reference in New Issue
Block a user