MCPcopy Create free account
hub / github.com/bloomberg/pystack / CallbackArgs

Class CallbackArgs

src/pystack/_pystack/elf_common.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126{
127 using Predicate = decltype(predicate);
128 struct CallbackArgs
129 {
130 Dwfl* dwfl;
131 Predicate& predicate;
132 } callback_args = {d_dwfl.get(), predicate};
133
134 // Remove all modules, except for any that the callback re-adds.
135 dwfl_report_begin(d_dwfl.get());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected