type calleesFunc … // makeCalleesFunc returns an initial call graph for vta as a // calleesFunc. If c is not nil, returns callees as given by c. // Otherwise, it returns chautil.LazyCallees over fs. func makeCalleesFunc(fs map[*ssa.Function]bool, c *callgraph.Graph) calleesFunc { … }