Home
last modified time | relevance | path

Searched defs:staticBuildData (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesBuildDataSpec.swift135 let staticBuildData = try! db.staticBuildData(withScopeKey: scopeKey) in spec() variable
152 let staticBuildData = try! db.staticBuildData(withScopeKey: scopeKey) in spec() variable
169 let staticBuildData = try! db.staticBuildData(withScopeKey: scopeKey) in spec() variable
186 let staticBuildData = try! db.staticBuildData(withScopeKey: scopeKey) in spec() variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesBuildData.swift39 let staticBuildData: [AnyHashable: Any]? in ensureBuildDataIsConsistentAsync() variable
47 if let staticBuildData = staticBuildData { in ensureBuildDataIsConsistentAsync() variable
H A DUpdatesDatabase.swift525 public func staticBuildData(withScopeKey scopeKey: String) throws -> [String: Any]? { in staticBuildData() function
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesBuildData.swift39 let staticBuildData: [AnyHashable: Any]? in ensureBuildDataIsConsistentAsync() variable
47 if let staticBuildData = staticBuildData { in ensureBuildDataIsConsistentAsync() variable
H A DUpdatesDatabase.swift525 public func staticBuildData(withScopeKey scopeKey: String) throws -> [String: Any]? { in staticBuildData() function