(callstack string)
| 782 | } |
| 783 | |
| 784 | func callstackContainsTestExe(callstack string) bool { |
| 785 | return strings.Contains(callstack, "etw.test.exe") |
| 786 | } |
| 787 | |
| 788 | // NoopPsSnapshotter is the process noop snapshotter used in tests. |
| 789 | // The main motivation for a noop snapshotter is to reduce the pressure |
no test coverage detected