CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/HidSharp/Platform/MacOS/MacHidManager.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Refresh has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected override object[] Refresh()
        {
            var paths = new List<NativeMethods.io_string_t>();

            var matching = NativeMethods.IOServiceMatching("IOHIDDevice").ToCFType(); // Consumed by IOServiceGetMatchingServices, so DON'T Dispose().

    There are no issues that match your filters.

    Category
    Status