GithubHelp home page GithubHelp logo

go-callvis for quorum packages about go-callvis HOT 6 CLOSED

ofabry avatar ofabry commented on September 1, 2024
go-callvis for quorum packages

from go-callvis.

Comments (6)

sjeeva avatar sjeeva commented on September 1, 2024

incidentally I also stumbled on the same issue!! Any thoughts on how to resolve this?

from go-callvis.

ondrajz avatar ondrajz commented on September 1, 2024

Target needs to be a program. github.com/jpmorganchase/quorum doesn't seem to be a program. Try one of the programs in cmd folder.

from go-callvis.

MichaelMure avatar MichaelMure commented on September 1, 2024

@TrueFurby any plan to support libraries ?

from go-callvis.

ondrajz avatar ondrajz commented on September 1, 2024

Main package (program) is required for the analysis used, because all the calls in the callgraph tree begins in main (and inits).

In normal package (library) you don't really know what will be called, since it's just a package without some start point. Program that will use the package can call anything or nothing.

from go-callvis.

MichaelMure avatar MichaelMure commented on September 1, 2024

Instead of a single entry point (main()) you could have multiple entry points (every exported function).

But I understand it might not be easy or even possible depending on the code you have. Just stating that it would be very helpful to understand a codebase.

from go-callvis.

ondrajz avatar ondrajz commented on September 1, 2024

You easily do that by creating a simple program and placing all the calls you are interested in, for example exported functions of some package, and running go-callvis on that program.

from go-callvis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.