MCPcopy Create free account
hub / github.com/akwick/gotcha / matchParams

Function matchParams

worklist/wlHelper.go:341–372  ·  view source on GitHub ↗

matchParams match the params of the caller to the values used from the callee A function (callee) has a field Params which offers the params. matchParams has a param with the params of the caller and the lattice. For matching we assume that the order of the params between callee and caller is equal.

(pcaller []ssa.Value, lcaller lattice.Latticer, callee *ssa.Function, isClosure bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

GetValueContextFunction · 0.85

Calls 2

SetValMethod · 0.95
GetValMethod · 0.65

Tested by

no test coverage detected