Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommE2E/comm
/ functions
Functions
7,671 in github.com/CommE2E/comm
⨍
Functions
7,671
◇
Types & classes
3,263
↓ 4 callers
Function
createReplaceEntryOperation
( id: string, entry: RawEntryInfo, threadInfos: RawThreadInfos, )
lib/ops/entries-store-ops.js:138
↓ 4 callers
Function
createReplaceHoldersOperation
( items: $ReadOnlyArray<HolderItem>, )
lib/ops/holder-store-ops.js:89
↓ 4 callers
Function
createReport
( viewer: Viewer, request: ReportCreationRequest, )
keyserver/src/creators/report-creator.js:36
↓ 4 callers
Function
createThickRawThreadInfo
( input: CreateThickRawThreadInfoInput, utilities: ProcessDMOperationUtilities, )
lib/shared/dm-ops/create-thread-spec.js:106
↓ 4 callers
Function
createUpdateDatasForChangedEntryInfo
( viewer: Viewer, oldEntryInfo: ?RawEntryInfo, newEntryInfo: RawEntryInfo, inputCalendarQuery: ?Calend
keyserver/src/updaters/entry-updaters.js:188
↓ 4 callers
Method
create_inbound_session
( &mut self, identity_key: &str, message: &EncryptResult, )
native/vodozemac_bindings/src/vodozemac.rs:295
↓ 4 callers
Function
create_simple_primary_key
( partition_key: (AttributeName, String), )
services/identity/src/database.rs:1476
↓ 4 callers
Function
create_tunnelbroker_client
( )
services/identity/src/comm_service/tunnelbroker.rs:16
↓ 4 callers
Function
creationString
(viewer: Viewer, localID: string)
keyserver/src/utils/idempotent.js:5
↓ 4 callers
Function
currentDateInTimeZone
(timeZone: ?string)
lib/utils/date-utils.js:154
↓ 4 callers
Function
decrypt
Decrypts a ciphertext with the given key. Expects the sealed data in the following format: nonce || ciphertext || tag
shared/comm-lib/src/crypto/aes256.rs:77
↓ 4 callers
Function
deepDiff
( obj1: NestedObjectMap<K, T>, obj2: NestedObjectMap<K, T>, )
lib/utils/objects.js:78
↓ 4 callers
Method
delete_otks_table_rows_for_user_devices
Deletes all data for multiple devices from one-time keys table. For single device, see [`DatabaseClient::delete_otks_table_rows_for_user_device`].
services/identity/src/database/one_time_keys.rs:475
↓ 4 callers
Method
delete_services_data_for_user
( &self, user_id: &str, )
services/identity/src/grpc_services/authenticated.rs:1273
↓ 4 callers
Method
dispatchDelete
(serverID: ?string, focusOnNextEntry: boolean)
web/calendar/entry.react.js:429
↓ 4 callers
Function
displayAvatarUpdateFailureAlert
()
native/avatars/avatar-hooks.js:49
↓ 4 callers
Method
displayErrorMessageNotification
( String errorMessage, String errorTitle, String largeErrorData)
native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java:579
↓ 4 callers
Function
disposeTempFile
( uri: string, )
native/media/file-utils.js:332
↓ 4 callers
Function
draftKeyFromThreadID
(threadID: string)
lib/shared/thread-utils.js:1298
↓ 4 callers
Function
encrypt
Encrypts a plaintext with the given key. Returns the sealed data in the following format: nonce || ciphertext || tag
shared/comm-lib/src/crypto/aes256.rs:51
↓ 4 callers
Function
encrypt
(key: Uint8Array, data: Uint8Array)
native/utils/aes-crypto-module.js:30
↓ 4 callers
Function
endDateForYearAndMonth
(year: number, month: number)
lib/utils/date-utils.js:54
↓ 4 callers
Function
ensureCacheDirectory
()
native/media/media-cache.js:27
↓ 4 callers
Function
exportDatabaseContent
( dbModule: EmscriptenModule, path: string, )
web/shared-worker/utils/db-utils.js:30
↓ 4 callers
Function
exportKeyToJWK
( key: CryptoKey, )
web/crypto/aes-gcm-crypto-utils.js:122
↓ 4 callers
Function
extractFarcasterIDsFromPayload
( outputValidator: TType<T>, data: T, )
lib/utils/conversion-utils.js:72
↓ 4 callers
Function
extractUserIDsFromPayload
( outputValidator: TType<T>, data: T, )
lib/utils/conversion-utils.js:65
↓ 4 callers
Function
fetchAndDecryptMedia
( blobURI: string, encryptionKey: string, authMetadata: ?AuthMetadata, options: FetchAndDecryptMediaOp
native/media/encryption-utils.js:268
↓ 4 callers
Function
fetchCurrentUserInfo
(viewer: Viewer)
keyserver/src/fetchers/user-fetchers.js:344
↓ 4 callers
Function
fetchLatestDeviceList
( identityClient: IdentityServiceClient, userID: string, )
lib/shared/device-list-utils.js:169
↓ 4 callers
Function
fetchLoggedInUserInfo
( viewer: Viewer, )
keyserver/src/fetchers/user-fetchers.js:352
↓ 4 callers
Function
fetchMessageInfos
( viewer: Viewer, criteria: MessageSelectionCriteria, numberPerThread: number, )
keyserver/src/fetchers/message-fetchers.js:287
↓ 4 callers
Method
fetchMessages
native/cpp/CommonCpp/_generated/commJSI.h:673
↓ 4 callers
Function
fetchNativeKeychainCredentials
()
native/account/native-credentials.js:23
↓ 4 callers
Function
fetchPickledOlmAccount
( olmAccountType: 'content' | 'notifications', )
keyserver/src/fetchers/olm-account-fetchers.js:8
↓ 4 callers
Function
fetchUsername
(id: string)
keyserver/src/fetchers/user-fetchers.js:462
↓ 4 callers
Function
fetchViewerForJSONRequest
(req: $Request)
keyserver/src/session/cookies.js:370
↓ 4 callers
Function
filterRawEntryInfosByCalendarQuery
( rawEntryInfos: { +[id: string]: RawEntryInfo }, calendarQuery: CalendarQuery, )
lib/shared/entry-utils.js:100
↓ 4 callers
Method
find_backup_item
( &self, user_id: &str, backup_id: &str, )
services/backup/src/database/mod.rs:67
↓ 4 callers
Method
find_user_identities
( &self, request: tonic::Request<UserIdentitiesRequest>, )
services/identity/src/grpc_services/authenticated.rs:1180
↓ 4 callers
Method
finish
()
keyserver/src/backups/dropbox-backup-storage-adapter.js:375
↓ 4 callers
Method
finishClosingSocket
(receivedResponseTo?: ?number)
lib/socket/socket.react.js:256
↓ 4 callers
Method
forget_old_prekey
(&mut self)
native/vodozemac_bindings/src/vodozemac.rs:225
↓ 4 callers
Function
generateKeyCommon
(commonCrypto: Crypto)
lib/media/aes-crypto-utils-common.js:7
↓ 4 callers
Function
generateMessagesToPeers
( plaintextMessage: string, peers: $ReadOnlyArray<{ +userID: string, +deviceID: string, }>, su
lib/shared/dm-ops/dm-op-utils.js:71
↓ 4 callers
Method
generate_one_time_keys
(&mut self, count: usize)
native/vodozemac_bindings/src/vodozemac.rs:196
↓ 4 callers
Method
generate_prekey
(&mut self)
native/vodozemac_bindings/src/vodozemac.rs:221
↓ 4 callers
Function
getAccountPrekeysSet
(account: VodozemacAccount)
lib/utils/olm-utils.js:66
↓ 4 callers
Function
getAppURLFactsFromRequestURL
(url: string)
keyserver/src/utils/urls.js:65
↓ 4 callers
Method
getBackupFilePathInternal
(String backupID, String suffix)
native/android/app/src/main/java/app/comm/android/fbjni/PlatformSpecificTools.java:118
↓ 4 callers
Method
getCachedFarcasterUserForFID
(fid: string)
lib/utils/fc-cache.js:169
↓ 4 callers
Function
getCompatibleMediaURI
(uri: string, ext: ?string)
native/media/identifier-utils.js:5
↓ 4 callers
Method
getContentAccountID
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp:1112
↓ 4 callers
Function
getCookieHash
(cookiePassword: string)
keyserver/src/session/cookie-hash.js:10
↓ 4 callers
Function
getDBConfig
()
keyserver/src/database/db-config.js:16
↓ 4 callers
Function
getDataIsBackedUpByThread
( threadID: string, threadInfo: ?(LegacyRawThreadInfo | RawThreadInfo), )
lib/shared/threads/protocols/thread-protocols.js:26
↓ 4 callers
Function
getDevicesByPlatform
( devices: $ReadOnlyArray<Device>, )
lib/push/utils.js:50
↓ 4 callers
Method
getFarcasterUsers
( fids: $ReadOnlyArray<string>, )
lib/utils/neynar-client.js:229
↓ 4 callers
Method
getFarcasterUsersForFIDs
( fids: $ReadOnlyArray<string>, )
lib/utils/fc-cache.js:64
↓ 4 callers
Method
getInboundKeysForUser
native/cpp/CommonCpp/_generated/rustJSI.h:178
↓ 4 callers
Function
getInlineEngagementSidebarText
(threadInfo: ?ThreadInfo)
lib/shared/inline-engagement-utils.js:6
↓ 4 callers
Method
getInstance
()
native/android/app/src/main/java/app/comm/android/commservices/CommAndroidServicesClient.java:52
↓ 4 callers
Function
getInt64FromSQLRow
native/cpp/CommonCpp/DatabaseManagers/entities/SQLiteDataConverters.cpp:29
↓ 4 callers
Method
getKeyserverKeys
native/cpp/CommonCpp/_generated/rustJSI.h:202
↓ 4 callers
Function
getKeyserverURLFacts
()
keyserver/src/utils/urls.js:49
↓ 4 callers
Method
getMainApplicationContext
native/android/app/src/main/java/app/comm/android/MainApplication.kt:58
↓ 4 callers
Method
getMessage
()
native/push/comm-ios-notification.js:53
↓ 4 callers
Function
getMessageTooltipKey
(item: ChatMessageInfoItemWithHeight)
native/chat/utils.js:302
↓ 4 callers
Function
getMostRecentNonLocalMessageID
( threadID: string, messageStore: MessageStore, )
lib/shared/id-utils.js:107
↓ 4 callers
Function
getOlmWasmPath
()
web/shared-worker/utils/constants.js:57
↓ 4 callers
Method
getOneTimeKeys
native/cpp/CommonCpp/_generated/commJSI.h:201
↓ 4 callers
Method
getReduxPayload
()
lib/shared/farcaster/farcaster-hooks.js:228
↓ 4 callers
Function
getRoleForPermissions
( inputRole: string, permissions: ?ThreadPermissionsBlob, )
lib/permissions/thread-permissions.js:187
↓ 4 callers
Method
getSQLiteFilePath
native/cpp/CommonCpp/DatabaseManagers/SQLiteConnectionManager.cpp:19
↓ 4 callers
Method
getSessionByDeviceId
native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:265
↓ 4 callers
Function
getSupportedProtocolsForUser
({ supportsThickThreads, supportsFarcasterDCs, }: { +supportsThickThreads?: ?boolean, +supportsFarcast
lib/shared/protocol-selection-utils.js:34
↓ 4 callers
Function
getUUID
()
lib/utils/uuid.js:5
↓ 4 callers
Function
getVersionUnsupportedError
()
web/utils/version-utils.js:6
↓ 4 callers
Method
get_blob_item
Gets a blob item row from the database by its blob hash Returns None if the blob item is not found
services/blob/src/database/client.rs:41
↓ 4 callers
Method
get_blob_url
( &self, blob_hash: Option<&str>, )
shared/comm-lib/src/blob/client.rs:613
↓ 4 callers
Method
get_current_devices
( &self, user_id: impl Into<String>, )
services/identity/src/database/device_list.rs:700
↓ 4 callers
Method
get_device_lists_for_users
( &self, request: tonic::Request<PeersDeviceListsRequest>, )
services/identity/src/grpc_services/authenticated.rs:938
↓ 4 callers
Method
get_device_token
( &self, device_id: String, client: NotifType, )
services/tunnelbroker/src/notifs/session_client.rs:76
↓ 4 callers
Method
get_farcaster_users
( &self, farcaster_ids: Vec<String>, )
services/identity/src/database/farcaster.rs:29
↓ 4 callers
Function
get_grpc_service_channel
( url: &str, )
shared/grpc_clients/src/lib.rs:15
↓ 4 callers
Method
get_item_from_users_table
( &self, user_id: &str, )
services/identity/src/database.rs:965
↓ 4 callers
Method
get_keyserver_keys
( &self, request: Request<OutboundKeysForUserRequest>, )
services/identity/src/grpc_services/authenticated.rs:272
↓ 4 callers
Method
get_user_id_from_reserved_usernames_table
( &self, username: &str, )
services/identity/src/database.rs:1323
↓ 4 callers
Function
handle_blob_service_error
(err: &BlobServiceError)
services/blob/src/http/errors.rs:15
↓ 4 callers
Method
handle_invalid_token
( &self, result: &Result<T, NotifClientError>, amqp_client: &mut AmqpClient, device_id: String
services/tunnelbroker/src/notifs/session_client.rs:104
↓ 4 callers
Function
hasBeenCancelled
()
lib/keyserver-conn/keyserver-connection-handler.js:101
↓ 4 callers
Function
hasPermission
( permissionsBitmaskHex: string, permission: ThreadPermission, )
lib/permissions/minimally-encoded-thread-permissions.js:131
↓ 4 callers
Method
has_blob_hash
(&self)
services/blob/src/service.rs:576
↓ 4 callers
Method
has_holders
(&self)
services/blob/src/service.rs:580
↓ 4 callers
Function
importJWKKey
( jwkKey: SubtleCrypto$JsonWebKey, )
web/crypto/aes-gcm-crypto-utils.js:128
↓ 4 callers
Function
isInvalidPinSourceForThread
( messageInfo: RawMessageInfo | MessageInfo, threadInfo: LegacyRawThreadInfo | RawThreadInfo | ThreadInfo,
lib/shared/message-utils.js:558
↓ 4 callers
Method
isStaffRelease
()
native/android/app/src/main/java/app/comm/android/fbjni/StaffUtils.java:4
↓ 4 callers
Function
isValidSIWEStatementWithPublicKey
(candidate: string)
lib/utils/siwe-utils.js:112
↓ 4 callers
Function
isWebPlatform
(platform: ?string)
lib/types/device-types.js:32
↓ 4 callers
Method
is_signed_device_list_flow
(&self)
services/identity/src/database/device_list.rs:2106
← previous
next →
601–700 of 7,671, ranked by callers