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

Method addImport

pkg/pe/types.go:180–182  ·  view source on GitHub ↗
(i string)

Source from the content-addressed store, hash-verified

178}
179
180func (pe *PE) addImport(i string) {
181 pe.Imports = append(pe.Imports, i)
182}
183
184func (pe *PE) addSymbol(s string) {
185 pe.Symbols = append(pe.Symbols, s)

Callers 1

parseFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected