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

Function WithExcludedImages

pkg/pe/parser.go:84–88  ·  view source on GitHub ↗

WithExcludedImages provides a list of image paths for which the parsing is skipped.

(images []string)

Source from the content-addressed store, hash-verified

82// WithExcludedImages provides a list of image paths for
83// which the parsing is skipped.
84func WithExcludedImages(images []string) Option {
85 return func(o *opts) {
86 o.excludedImages = images
87 }
88}
89
90// WithSymbols indicates import directory is parsed for imported symbols.
91func WithSymbols() Option {

Callers 1

ParseFileWithConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected