| 666 | |
| 667 | template<class F = T, class Module> |
| 668 | LAZY_IMPORTER_FORCEINLINE static F in_safe(Module m) noexcept |
| 669 | { |
| 670 | return in<F, true>(m); |
| 671 | } |
| 672 | |
| 673 | template<class F = T, bool IsSafe = false, class Module> |
| 674 | LAZY_IMPORTER_FORCEINLINE static F in_cached(Module m) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected