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

Method Initialize

pkg/symbolize/symbolizer_test.go:49–52  ·  view source on GitHub ↗

Initialize method...

(proc windows.Handle, opts uint32)

Source from the content-addressed store, hash-verified

47
48// Initialize method...
49func (r *MockResolver) Initialize(proc windows.Handle, opts uint32) error {
50 called := r.Called(proc, opts)
51 return called.Error(0)
52}
53
54// GetModuleName method...
55func (r *MockResolver) GetModuleName(proc windows.Handle, addr va.Address) string {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected