MCPcopy Create free account

hub / github.com/CommE2E/comm / functions

Functions7,671 in github.com/CommE2E/comm

↓ 4 callersFunctioncreateReplaceEntryOperation
( id: string, entry: RawEntryInfo, threadInfos: RawThreadInfos, )
lib/ops/entries-store-ops.js:138
↓ 4 callersFunctioncreateReplaceHoldersOperation
( items: $ReadOnlyArray<HolderItem>, )
lib/ops/holder-store-ops.js:89
↓ 4 callersFunctioncreateReport
( viewer: Viewer, request: ReportCreationRequest, )
keyserver/src/creators/report-creator.js:36
↓ 4 callersFunctioncreateThickRawThreadInfo
( input: CreateThickRawThreadInfoInput, utilities: ProcessDMOperationUtilities, )
lib/shared/dm-ops/create-thread-spec.js:106
↓ 4 callersFunctioncreateUpdateDatasForChangedEntryInfo
( viewer: Viewer, oldEntryInfo: ?RawEntryInfo, newEntryInfo: RawEntryInfo, inputCalendarQuery: ?Calend
keyserver/src/updaters/entry-updaters.js:188
↓ 4 callersMethodcreate_inbound_session
( &mut self, identity_key: &str, message: &EncryptResult, )
native/vodozemac_bindings/src/vodozemac.rs:295
↓ 4 callersFunctioncreate_simple_primary_key
( partition_key: (AttributeName, String), )
services/identity/src/database.rs:1476
↓ 4 callersFunctioncreate_tunnelbroker_client
( )
services/identity/src/comm_service/tunnelbroker.rs:16
↓ 4 callersFunctioncreationString
(viewer: Viewer, localID: string)
keyserver/src/utils/idempotent.js:5
↓ 4 callersFunctioncurrentDateInTimeZone
(timeZone: ?string)
lib/utils/date-utils.js:154
↓ 4 callersFunctiondecrypt
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 callersFunctiondeepDiff
( obj1: NestedObjectMap<K, T>, obj2: NestedObjectMap<K, T>, )
lib/utils/objects.js:78
↓ 4 callersMethoddelete_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 callersMethoddelete_services_data_for_user
( &self, user_id: &str, )
services/identity/src/grpc_services/authenticated.rs:1273
↓ 4 callersMethoddispatchDelete
(serverID: ?string, focusOnNextEntry: boolean)
web/calendar/entry.react.js:429
↓ 4 callersFunctiondisplayAvatarUpdateFailureAlert
()
native/avatars/avatar-hooks.js:49
↓ 4 callersMethoddisplayErrorMessageNotification
( String errorMessage, String errorTitle, String largeErrorData)
native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java:579
↓ 4 callersFunctiondisposeTempFile
( uri: string, )
native/media/file-utils.js:332
↓ 4 callersFunctiondraftKeyFromThreadID
(threadID: string)
lib/shared/thread-utils.js:1298
↓ 4 callersFunctionencrypt
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 callersFunctionencrypt
(key: Uint8Array, data: Uint8Array)
native/utils/aes-crypto-module.js:30
↓ 4 callersFunctionendDateForYearAndMonth
(year: number, month: number)
lib/utils/date-utils.js:54
↓ 4 callersFunctionensureCacheDirectory
()
native/media/media-cache.js:27
↓ 4 callersFunctionexportDatabaseContent
( dbModule: EmscriptenModule, path: string, )
web/shared-worker/utils/db-utils.js:30
↓ 4 callersFunctionexportKeyToJWK
( key: CryptoKey, )
web/crypto/aes-gcm-crypto-utils.js:122
↓ 4 callersFunctionextractFarcasterIDsFromPayload
( outputValidator: TType<T>, data: T, )
lib/utils/conversion-utils.js:72
↓ 4 callersFunctionextractUserIDsFromPayload
( outputValidator: TType<T>, data: T, )
lib/utils/conversion-utils.js:65
↓ 4 callersFunctionfetchAndDecryptMedia
( blobURI: string, encryptionKey: string, authMetadata: ?AuthMetadata, options: FetchAndDecryptMediaOp
native/media/encryption-utils.js:268
↓ 4 callersFunctionfetchCurrentUserInfo
(viewer: Viewer)
keyserver/src/fetchers/user-fetchers.js:344
↓ 4 callersFunctionfetchLatestDeviceList
( identityClient: IdentityServiceClient, userID: string, )
lib/shared/device-list-utils.js:169
↓ 4 callersFunctionfetchLoggedInUserInfo
( viewer: Viewer, )
keyserver/src/fetchers/user-fetchers.js:352
↓ 4 callersFunctionfetchMessageInfos
( viewer: Viewer, criteria: MessageSelectionCriteria, numberPerThread: number, )
keyserver/src/fetchers/message-fetchers.js:287
↓ 4 callersMethodfetchMessages
native/cpp/CommonCpp/_generated/commJSI.h:673
↓ 4 callersFunctionfetchNativeKeychainCredentials
()
native/account/native-credentials.js:23
↓ 4 callersFunctionfetchPickledOlmAccount
( olmAccountType: 'content' | 'notifications', )
keyserver/src/fetchers/olm-account-fetchers.js:8
↓ 4 callersFunctionfetchUsername
(id: string)
keyserver/src/fetchers/user-fetchers.js:462
↓ 4 callersFunctionfetchViewerForJSONRequest
(req: $Request)
keyserver/src/session/cookies.js:370
↓ 4 callersFunctionfilterRawEntryInfosByCalendarQuery
( rawEntryInfos: { +[id: string]: RawEntryInfo }, calendarQuery: CalendarQuery, )
lib/shared/entry-utils.js:100
↓ 4 callersMethodfind_backup_item
( &self, user_id: &str, backup_id: &str, )
services/backup/src/database/mod.rs:67
↓ 4 callersMethodfind_user_identities
( &self, request: tonic::Request<UserIdentitiesRequest>, )
services/identity/src/grpc_services/authenticated.rs:1180
↓ 4 callersMethodfinish
()
keyserver/src/backups/dropbox-backup-storage-adapter.js:375
↓ 4 callersMethodfinishClosingSocket
(receivedResponseTo?: ?number)
lib/socket/socket.react.js:256
↓ 4 callersMethodforget_old_prekey
(&mut self)
native/vodozemac_bindings/src/vodozemac.rs:225
↓ 4 callersFunctiongenerateKeyCommon
(commonCrypto: Crypto)
lib/media/aes-crypto-utils-common.js:7
↓ 4 callersFunctiongenerateMessagesToPeers
( plaintextMessage: string, peers: $ReadOnlyArray<{ +userID: string, +deviceID: string, }>, su
lib/shared/dm-ops/dm-op-utils.js:71
↓ 4 callersMethodgenerate_one_time_keys
(&mut self, count: usize)
native/vodozemac_bindings/src/vodozemac.rs:196
↓ 4 callersMethodgenerate_prekey
(&mut self)
native/vodozemac_bindings/src/vodozemac.rs:221
↓ 4 callersFunctiongetAccountPrekeysSet
(account: VodozemacAccount)
lib/utils/olm-utils.js:66
↓ 4 callersFunctiongetAppURLFactsFromRequestURL
(url: string)
keyserver/src/utils/urls.js:65
↓ 4 callersMethodgetBackupFilePathInternal
(String backupID, String suffix)
native/android/app/src/main/java/app/comm/android/fbjni/PlatformSpecificTools.java:118
↓ 4 callersMethodgetCachedFarcasterUserForFID
(fid: string)
lib/utils/fc-cache.js:169
↓ 4 callersFunctiongetCompatibleMediaURI
(uri: string, ext: ?string)
native/media/identifier-utils.js:5
↓ 4 callersMethodgetContentAccountID
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp:1112
↓ 4 callersFunctiongetCookieHash
(cookiePassword: string)
keyserver/src/session/cookie-hash.js:10
↓ 4 callersFunctiongetDBConfig
()
keyserver/src/database/db-config.js:16
↓ 4 callersFunctiongetDataIsBackedUpByThread
( threadID: string, threadInfo: ?(LegacyRawThreadInfo | RawThreadInfo), )
lib/shared/threads/protocols/thread-protocols.js:26
↓ 4 callersFunctiongetDevicesByPlatform
( devices: $ReadOnlyArray<Device>, )
lib/push/utils.js:50
↓ 4 callersMethodgetFarcasterUsers
( fids: $ReadOnlyArray<string>, )
lib/utils/neynar-client.js:229
↓ 4 callersMethodgetFarcasterUsersForFIDs
( fids: $ReadOnlyArray<string>, )
lib/utils/fc-cache.js:64
↓ 4 callersMethodgetInboundKeysForUser
native/cpp/CommonCpp/_generated/rustJSI.h:178
↓ 4 callersFunctiongetInlineEngagementSidebarText
(threadInfo: ?ThreadInfo)
lib/shared/inline-engagement-utils.js:6
↓ 4 callersMethodgetInstance
()
native/android/app/src/main/java/app/comm/android/commservices/CommAndroidServicesClient.java:52
↓ 4 callersFunctiongetInt64FromSQLRow
native/cpp/CommonCpp/DatabaseManagers/entities/SQLiteDataConverters.cpp:29
↓ 4 callersMethodgetKeyserverKeys
native/cpp/CommonCpp/_generated/rustJSI.h:202
↓ 4 callersFunctiongetKeyserverURLFacts
()
keyserver/src/utils/urls.js:49
↓ 4 callersMethodgetMainApplicationContext
native/android/app/src/main/java/app/comm/android/MainApplication.kt:58
↓ 4 callersMethodgetMessage
()
native/push/comm-ios-notification.js:53
↓ 4 callersFunctiongetMessageTooltipKey
(item: ChatMessageInfoItemWithHeight)
native/chat/utils.js:302
↓ 4 callersFunctiongetMostRecentNonLocalMessageID
( threadID: string, messageStore: MessageStore, )
lib/shared/id-utils.js:107
↓ 4 callersFunctiongetOlmWasmPath
()
web/shared-worker/utils/constants.js:57
↓ 4 callersMethodgetOneTimeKeys
native/cpp/CommonCpp/_generated/commJSI.h:201
↓ 4 callersMethodgetReduxPayload
()
lib/shared/farcaster/farcaster-hooks.js:228
↓ 4 callersFunctiongetRoleForPermissions
( inputRole: string, permissions: ?ThreadPermissionsBlob, )
lib/permissions/thread-permissions.js:187
↓ 4 callersMethodgetSQLiteFilePath
native/cpp/CommonCpp/DatabaseManagers/SQLiteConnectionManager.cpp:19
↓ 4 callersMethodgetSessionByDeviceId
native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:265
↓ 4 callersFunctiongetSupportedProtocolsForUser
({ supportsThickThreads, supportsFarcasterDCs, }: { +supportsThickThreads?: ?boolean, +supportsFarcast
lib/shared/protocol-selection-utils.js:34
↓ 4 callersFunctiongetUUID
()
lib/utils/uuid.js:5
↓ 4 callersFunctiongetVersionUnsupportedError
()
web/utils/version-utils.js:6
↓ 4 callersMethodget_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 callersMethodget_blob_url
( &self, blob_hash: Option<&str>, )
shared/comm-lib/src/blob/client.rs:613
↓ 4 callersMethodget_current_devices
( &self, user_id: impl Into<String>, )
services/identity/src/database/device_list.rs:700
↓ 4 callersMethodget_device_lists_for_users
( &self, request: tonic::Request<PeersDeviceListsRequest>, )
services/identity/src/grpc_services/authenticated.rs:938
↓ 4 callersMethodget_device_token
( &self, device_id: String, client: NotifType, )
services/tunnelbroker/src/notifs/session_client.rs:76
↓ 4 callersMethodget_farcaster_users
( &self, farcaster_ids: Vec<String>, )
services/identity/src/database/farcaster.rs:29
↓ 4 callersFunctionget_grpc_service_channel
( url: &str, )
shared/grpc_clients/src/lib.rs:15
↓ 4 callersMethodget_item_from_users_table
( &self, user_id: &str, )
services/identity/src/database.rs:965
↓ 4 callersMethodget_keyserver_keys
( &self, request: Request<OutboundKeysForUserRequest>, )
services/identity/src/grpc_services/authenticated.rs:272
↓ 4 callersMethodget_user_id_from_reserved_usernames_table
( &self, username: &str, )
services/identity/src/database.rs:1323
↓ 4 callersFunctionhandle_blob_service_error
(err: &BlobServiceError)
services/blob/src/http/errors.rs:15
↓ 4 callersMethodhandle_invalid_token
( &self, result: &Result<T, NotifClientError>, amqp_client: &mut AmqpClient, device_id: String
services/tunnelbroker/src/notifs/session_client.rs:104
↓ 4 callersFunctionhasBeenCancelled
()
lib/keyserver-conn/keyserver-connection-handler.js:101
↓ 4 callersFunctionhasPermission
( permissionsBitmaskHex: string, permission: ThreadPermission, )
lib/permissions/minimally-encoded-thread-permissions.js:131
↓ 4 callersMethodhas_blob_hash
(&self)
services/blob/src/service.rs:576
↓ 4 callersMethodhas_holders
(&self)
services/blob/src/service.rs:580
↓ 4 callersFunctionimportJWKKey
( jwkKey: SubtleCrypto$JsonWebKey, )
web/crypto/aes-gcm-crypto-utils.js:128
↓ 4 callersFunctionisInvalidPinSourceForThread
( messageInfo: RawMessageInfo | MessageInfo, threadInfo: LegacyRawThreadInfo | RawThreadInfo | ThreadInfo,
lib/shared/message-utils.js:558
↓ 4 callersMethodisStaffRelease
()
native/android/app/src/main/java/app/comm/android/fbjni/StaffUtils.java:4
↓ 4 callersFunctionisValidSIWEStatementWithPublicKey
(candidate: string)
lib/utils/siwe-utils.js:112
↓ 4 callersFunctionisWebPlatform
(platform: ?string)
lib/types/device-types.js:32
↓ 4 callersMethodis_signed_device_list_flow
(&self)
services/identity/src/database/device_list.rs:2106
← previousnext →601–700 of 7,671, ranked by callers