callgraph icon indicating copy to clipboard operation
callgraph copied to clipboard

Should represent function calls differently from references

Open gunar opened this issue 9 years ago • 0 comments

As of today, we're graphing both function calls (e.g. lib.function) and references (e.g. var myFn = lib.function.bind(null)) with the same black arrow. Let's use different styling please.

gunar avatar Apr 18 '16 21:04 gunar