MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / addSymbol

Method addSymbol

pkg/pe/types.go:184–186  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

182}
183
184func (pe *PE) addSymbol(s string) {
185 pe.Symbols = append(pe.Symbols, s)
186}

Callers 1

parseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected