resolveCall is used to resolve a guard during a call. The ssa return value is available from the instruction context where the call occurs, but the target's ssa representation is not available.
(pc *passContext, ls *lockState, args []ssa.Value, rv ssa.Value)
| 163 | // return value is available from the instruction context where the |
| 164 | // call occurs, but the target's ssa representation is not available. |
| 165 | resolveCall(pc *passContext, ls *lockState, args []ssa.Value, rv ssa.Value) resolvedValue |
| 166 | } |
| 167 | |
| 168 | // lockGuardFacts contains guard information. |
no outgoing calls
no test coverage detected