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

Method AddModule

pkg/ps/snapshotter_mock.go:93–96  ·  view source on GitHub ↗

AddModule method

(evt *event.Event)

Source from the content-addressed store, hash-verified

91
92// AddModule method
93func (s *SnapshotterMock) AddModule(evt *event.Event) error {
94 args := s.Called(evt)
95 return args.Error(0)
96}
97
98// RemoveThread method
99func (s *SnapshotterMock) RemoveThread(pid uint32, tid uint32) error {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected