func useRealAPI()

in Sources/DDMock/MockEntry.swift [26:29]


    func useRealAPI() -> Bool {
        return DDMockSettingsBundleHelper.useRealAPI(key: path) ||
            DDMockSettingsBundleHelper.globalUseRealAPIs()
    }