| 706 | } |
| 707 | |
| 708 | ::Windows::Foundation::HResult HResultFromJsInt32(int32_t value) { |
| 709 | ::Windows::Foundation::HResult res; |
| 710 | res.Value = value; |
| 711 | return res; |
| 712 | } |
| 713 | |
| 714 | } // namespace Utils |
| 715 | } // namespace NodeRT |
nothing calls this directly
no outgoing calls
no test coverage detected