MCPcopy Index your code
hub / github.com/rabbitstack/fibratus / GetModuleName

Method GetModuleName

pkg/symbolize/symbolizer_test.go:55–58  ·  view source on GitHub ↗

GetModuleName method...

(proc windows.Handle, addr va.Address)

Source from the content-addressed store, hash-verified

53
54// GetModuleName method...
55func (r *MockResolver) GetModuleName(proc windows.Handle, addr va.Address) string {
56 called := r.Called(proc, addr)
57 return called.String(0)
58}
59
60// GetSymbolNameAndOffset method...
61func (r *MockResolver) GetSymbolNameAndOffset(proc windows.Handle, addr va.Address) (string, uint64) {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected