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
↓ 2 callers
Method
getUnsentOutboundP2PMessages
native/cpp/CommonCpp/_generated/commJSI.h:593
↓ 2 callers
Function
getUploadIDsFromMediaMessageServerDBContents
( mediaMessageContents: $ReadOnlyArray<MediaMessageServerDBContent>, )
lib/types/messages/media.js:63
↓ 2 callers
Function
getUserCredentials
()
keyserver/src/user/login.js:31
↓ 2 callers
Function
getVerifiedUserIDForFID
(fid: string)
keyserver/src/utils/farcaster-utils.js:7
↓ 2 callers
Method
getVideoInfo
(path: string)
native/media/media-processing-queue.js:111
↓ 2 callers
Function
getWagmiConfig
(walletArr: $ReadOnlyArray<Wallet>)
lib/utils/wagmi-utils.js:36
↓ 2 callers
Function
getWebPushConfig
()
keyserver/src/push/providers.js:118
↓ 2 callers
Method
get_and_verify_initial_device_list
( &self, )
services/identity/src/grpc_utils.rs:307
↓ 2 callers
Method
get_attr
( &self, attribute_name: &str, )
shared/comm-lib/src/database.rs:159
↓ 2 callers
Function
get_comm_authentication_middleware
Use this to add Authentication Middleware. It's going to parse Authorization header and call the identity service to check if the provided credentials
shared/comm-lib/src/http/auth.rs:198
↓ 2 callers
Function
get_config
( config_name: &ConfigName, )
keyserver/addons/rust-node-addon/src/identity_client/config.rs:50
↓ 2 callers
Method
get_device_list_for_user
( &self, request: tonic::Request<GetDeviceListRequest>, )
services/identity/src/grpc_services/authenticated.rs:895
↓ 2 callers
Method
get_device_list_history
( &self, user_id: impl Into<String>, since: Option<DateTime<Utc>>, )
services/identity/src/database/device_list.rs:729
↓ 2 callers
Function
get_encrypted_user_keys
( backup_id: String, backup_secret: String, pickle_key: String, pickled_account: String, backup_data
native/native_rust_library/src/backup.rs:330
↓ 2 callers
Method
get_holders_url
(&self)
shared/comm-lib/src/blob/client.rs:629
↓ 2 callers
Method
get_inbound_keys_for_user
( &self, request: tonic::Request<InboundKeysForUserRequest>, )
services/identity/src/grpc_services/authenticated.rs:235
↓ 2 callers
Method
get_keys_for_user
( &self, user_id: &str, selected_devices: HashSet<&String>, get_one_time_keys: bool, )
services/identity/src/database.rs:816
↓ 2 callers
Method
get_object_size
(&self, s3_path: &S3Path)
services/blob/src/s3.rs:163
↓ 2 callers
Method
get_one_time_key
( &self, user_id: &str, device_id: &str, account_type: OlmAccountType, can_request_more_ke
services/identity/src/database/one_time_keys.rs:44
↓ 2 callers
Method
get_otk_count
( &self, user_id: &str, device_id: &str, account_type: OlmAccountType, )
services/identity/src/database/one_time_keys.rs:384
↓ 2 callers
Method
get_raw_item
Gets a single row from the table using GetItem, without parsing it
services/blob/src/database/client.rs:593
↓ 2 callers
Method
get_self_user_device_list
( &self, client: &mut ChainedInterceptedServicesAuthClient, )
services/tunnelbroker/src/token_distributor/token_connection.rs:638
↓ 2 callers
Function
get_services_auth_client
( url: &str, services_token: String, platform_metadata: PlatformMetadata, )
shared/grpc_clients/src/identity/authenticated.rs:93
↓ 2 callers
Function
get_services_token_version
( client: &SecretsManagerClient, version: impl Into<String>, )
shared/comm-lib/src/auth/service.rs:111
↓ 2 callers
Method
get_siwe_backup_msg
(&self)
services/backup/src/http/handlers/backup.rs:605
↓ 2 callers
Function
get_time
()
services/tunnelbroker/src/notifs/fcm/token.rs:130
↓ 2 callers
Method
get_user_from_user_info
( &self, user_info: String, auth_type: &AuthType, )
services/identity/src/database.rs:736
↓ 2 callers
Method
get_user_info_and_password_file_from_username
( &self, username: &str, )
services/identity/src/database.rs:896
↓ 2 callers
Method
get_username_and_password_file
( &self, user_id: &str, )
services/identity/src/database.rs:937
↓ 2 callers
Function
get_version_info
( req: &Request<T>, )
services/identity/src/grpc_services/shared.rs:34
↓ 2 callers
Method
guardedSetState
(input: Partial<State>)
web/calendar/entry.react.js:109
↓ 2 callers
Method
handleMessageInfosPersistence
(RemoteMessage message)
native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java:364
↓ 2 callers
Method
handleStateCheckConditionsUpdate
()
keyserver/src/socket/socket.js:719
↓ 2 callers
Function
handle_db_error
(db_error: DBError)
services/identity/src/client_service.rs:1404
↓ 2 callers
Function
handle_http_error
(status_code: StatusCode)
shared/comm-lib/src/blob/client.rs:677
↓ 2 callers
Method
handle_message_to_device
( &mut self, message_request: &MessageToDeviceRequest, )
services/tunnelbroker/src/amqp_client/mod.rs:212
↓ 2 callers
Function
handle_reports_service_error
(err: &ReportsServiceError)
services/reports/src/http/mod.rs:57
↓ 2 callers
Function
hasMinStateVersion
( platformDetails: ?PlatformDetails, minStateVersion: Partial<{ +native: number, +web: number }>, )
lib/shared/version-utils.js:56
↓ 2 callers
Method
hasMultipleFrames
(path: string)
native/media/media-processing-queue.js:127
↓ 2 callers
Method
hasNewMessage
(props: Props, prevProps: Props)
web/chat/chat-message-list.react.js:105
↓ 2 callers
Method
hasPermissionInternal
()
native/android/app/src/main/java/app/comm/android/notifications/CommAndroidNotifications.java:201
↓ 2 callers
Method
has_device
(&self, device_id: &String)
services/identity/src/database/device_list.rs:241
↓ 2 callers
Method
has_received_message
(&self)
native/vodozemac_bindings/src/vodozemac.rs:98
↓ 2 callers
Function
http404
(message: &'static str)
services/identity/src/http/errors.rs:23
↓ 2 callers
Function
http500
()
services/identity/src/http/errors.rs:15
↓ 2 callers
Function
ib
web/shared-worker/_generated/comm-query-executor.js:15
↓ 2 callers
Method
id
()
keyserver/src/session/viewer.js:168
↓ 2 callers
Function
identifyInvalidatedThreads
( updateInfos: $ReadOnlyArray<ClientUpdateInfo>, )
lib/shared/updates/utils.js:6
↓ 2 callers
Function
identityInvalidSessionDowngrade
( currentReduxState: AppState, actionCurrentUserInfo: ?CurrentUserInfo, preRequestUserState: ?IdentityCa
lib/shared/session-utils.js:50
↓ 2 callers
Function
identityPlatformDetailsToPlatformDetails
( identityPlatformDetails: IdentityPlatformDetails, )
lib/push/send-utils.js:103
↓ 2 callers
Function
initFCCache
()
keyserver/src/utils/fc-cache.js:16
↓ 2 callers
Function
initOpaque
(opaqueURL: string)
web/shared-worker/utils/opaque-utils.js:7
↓ 2 callers
Method
initializeContentInboundSession
native/cpp/CommonCpp/_generated/commJSI.h:305
↓ 2 callers
Method
initializeContentOutboundSession
native/cpp/CommonCpp/_generated/commJSI.h:297
↓ 2 callers
Method
initializeInboundForReceivingSession
native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:211
↓ 2 callers
Method
initializeNotificationsOutboundSession
native/cpp/CommonCpp/_generated/commJSI.h:321
↓ 2 callers
Method
initializeNotificationsSession
native/cpp/CommonCpp/_generated/commJSI.h:225
↓ 2 callers
Function
innerCreateFarcasterRawThreadInfo
( threadData: FarcasterThreadData, )
lib/utils/create-farcaster-raw-thread-info.js:187
↓ 2 callers
Method
innerSetCommServicesAuthMetadata
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp:2259
↓ 2 callers
Function
insert
(backup_id: String, promise_id: u32)
native/native_rust_library/src/backup/compaction_upload_promises.rs:10
↓ 2 callers
Method
insert_item
inserts a new item into the table using PutItem. Returns error if the item already exists
services/blob/src/database/client.rs:551
↓ 2 callers
Method
into_attr_pair
Returns a tuple of attribute name and value for this content
shared/comm-lib/src/database/blob.rs:28
↓ 2 callers
Method
into_attrs
(self)
services/reports/src/database/item.rs:37
↓ 2 callers
Method
into_inner
Retrieves inner authenticated service
shared/comm-lib/src/http/auth_service.rs:71
↓ 2 callers
Function
into_one_time_put_requests
( user_id: &str, device_id: &str, one_time_keys: T, account_type: OlmAccountType, current_time: Date
services/identity/src/ddb_utils.rs:81
↓ 2 callers
Method
into_stream
(self)
services/blob/src/service.rs:755
↓ 2 callers
Function
invalidSessionDowngrade
( currentReduxState: AppState, actionCurrentUserInfo: ?CurrentUserInfo, preRequestUserState: ?(PreReques
lib/shared/session-utils.js:20
↓ 2 callers
Function
invalidSessionRecovery
( currentReduxState: AppState, actionCurrentUserInfo: ?CurrentUserInfo, authActionSource: ?AuthActionSou
lib/shared/session-utils.js:86
↓ 2 callers
Function
invertObjectToMap
(obj: { +[K]: V })
lib/utils/objects.js:124
↓ 2 callers
Function
isBcryptHash
(cookieHash: string)
keyserver/src/session/cookie-hash.js:6
↓ 2 callers
Method
isContentSessionInitialized
native/cpp/CommonCpp/_generated/commJSI.h:313
↓ 2 callers
Method
isDeviceNotificationsSessionInitialized
native/cpp/CommonCpp/_generated/commJSI.h:241
↓ 2 callers
Function
isDeviceType
(platform: ?string)
lib/types/device-types.js:16
↓ 2 callers
Method
isEmpty
native/cpp/CommonCpp/CryptoTools/Persist.h:20
↓ 2 callers
Function
isKeyserverThreadID
(threadID: string)
lib/utils/validation-utils.js:141
↓ 2 callers
Function
isMediaMessageType
(ourMessageType: MessageType)
lib/types/message-types.js:213
↓ 2 callers
Function
isSQLiteSupported
()
web/shared-worker/utils/db-utils.js:39
↓ 2 callers
Function
isUnableToBeRenderedIndependently
( message: RawMessageInfo | MessageInfo, )
lib/shared/message-utils.js:567
↓ 2 callers
Function
isValidENSName
(name: string)
lib/utils/ens-helpers.js:76
↓ 2 callers
Method
is_active
True if task hasn't finished and isn't pending cancelation
native/native_rust_library/src/backup/upload_handler.rs:71
↓ 2 callers
Method
is_amqp_channel_dead
(&self)
services/tunnelbroker/src/amqp_client/mod.rs:122
↓ 2 callers
Method
is_blob_item
(&self)
services/blob/src/database/types.rs:227
↓ 2 callers
Method
is_connected
(&self)
services/tunnelbroker/src/amqp_client/amqp.rs:79
↓ 2 callers
Function
is_connection_error
(err: &lapin::Error)
services/tunnelbroker/src/amqp_client/amqp.rs:191
↓ 2 callers
Function
is_device_replaced
Verifies if exactly one device has been replaced. No reorders are permitted. Both lists have to have the same length.
services/identity/src/device_list.rs:361
↓ 2 callers
Method
is_invalid_token
True if error is caused by missing or expired device token.
services/tunnelbroker/src/notifs/generic_client.rs:121
↓ 2 callers
Method
is_s3_object_not_found
(&self)
services/blob/src/s3.rs:32
↓ 2 callers
Method
is_sender_chain_empty
(&self)
native/vodozemac_bindings/src/vodozemac.rs:102
↓ 2 callers
Function
is_valid_identifier
Checks if the given string is a valid identifier for an entity (e.g. backup ID, blob hash, blob holder). Some popular identifier formats are consider
shared/comm-lib/src/tools.rs:15
↓ 2 callers
Function
is_valid_username
(candidate: &str)
services/identity/src/regex.rs:5
↓ 2 callers
Function
joinThread
( callKeyserverEndpoint: CallKeyserverEndpoint, )
lib/hooks/thread-hooks.js:474
↓ 2 callers
Function
keyserverAuth
( callKeyserverEndpoint: CallKeyserverEndpoint, )
lib/actions/user-actions.js:788
↓ 2 callers
Function
lastRevisionQuery
(entryID: string)
keyserver/src/deleters/entry-deleters.js:24
↓ 2 callers
Method
last_prekey_publish_time
(&mut self)
native/vodozemac_bindings/src/vodozemac.rs:229
↓ 2 callers
Function
leastPositiveResidue
(dividend: number, modulus: number)
lib/utils/math-utils.js:3
↓ 2 callers
Function
leaveThread
( callKeyserverEndpoint: CallKeyserverEndpoint, )
lib/hooks/thread-hooks.js:552
↓ 2 callers
Function
legacyUpdateRolesAndPermissions
( threadStoreInfos: MixedRawThreadInfos, )
lib/shared/redux/legacy-update-roles-and-permissions.js:62
↓ 2 callers
Function
listCachedFiles
()
native/media/media-cache.js:34
↓ 2 callers
Method
listFiles
()
keyserver/src/backups/backup-storage.js:34
↓ 2 callers
Method
list_blob_holders
Queries the table for a list of holders for given blob hash. Optionally limits the number of results.
services/blob/src/database/client.rs:228
← previous
next →
1,601–1,700 of 7,671, ranked by callers