hex0punk / wally

Function callpath mapping analysis tool for Go
Mozilla Public License 2.0
28 stars 0 forks source link

GraphViz graph should start from enclosing func of match #30

Closed hex0punk closed 9 months ago

hex0punk commented 10 months ago

Right now we end up with graphs with multiple notes landing at, say,google.golang.org/grpc.Invoke which means you have to go up a node to see what method is actually called. It'd probably be better to end at the enclosing func instead, which may result in more paths but for endpoint mapping would make more sense

hex0punk commented 9 months ago

42792f9 closes this