Skip to content

Commit

Permalink
Set encoded function name in lambda details
Browse files Browse the repository at this point in the history
  • Loading branch information
gimantha committed Dec 3, 2024
1 parent fb67d88 commit c23e419
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -363,6 +363,7 @@ private LambdaDetails populateAsyncLambdaDetails(BIRTerminator.AsyncCall asyncIn
lambdaDetails.lhsType = asyncIns.lhsOp != null ? asyncIns.lhsOp.variableDcl.type : null;
lambdaDetails.packageID = asyncIns.calleePkg;
lambdaDetails.funcName = asyncIns.name.getValue();
lambdaDetails.encodedFuncName = Utils.encodeFunctionIdentifier(lambdaDetails.funcName);
if (!asyncIns.isVirtual) {
populateLambdaFunctionDetails(lambdaDetails);
}

0 comments on commit c23e419

Please # to comment.