func applyEventExists()

in Sources/Confidence/Apply/CacheData.swift [42:45]


    func applyEventExists(resolveToken: String, name: String) -> Bool {
        let resolveTokenIndex = applyEventIndex(resolveToken: resolveToken, name: name)
        return resolveTokenIndex != nil
    }