callgraph

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeEdgeString

func MakeEdgeString(src, dst string) string

MakeEdgeString returns a string that represents an edge in the call graph.

func ParseEdges

func ParseEdges(data []byte) [][2]string

ParseEdges returns a list of edges from the given data.

func ReadComponentGraph

func ReadComponentGraph(file string) (graph.Graph[string, string], error)

ReadComponentGraph reads component graph information from the specified binary. It returns a slice of components and a component graph whose nodes are indices into that slice.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL