mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
no message
This commit is contained in:
@@ -31,6 +31,10 @@ public func declareEncodable(_ type: Any.Type, f: @escaping(Decoder) -> Coding)
|
||||
typeStore.dict[murMurHashString32("\(type)")] = f
|
||||
}
|
||||
|
||||
public func persistentHash32(_ string: String) -> Int32 {
|
||||
return murMurHashString32(string)
|
||||
}
|
||||
|
||||
private let emptyMemory = malloc(1)!
|
||||
|
||||
public class MemoryBuffer: Equatable, CustomStringConvertible {
|
||||
|
||||
Reference in New Issue
Block a user