Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ functions
Functions
3,000 in github.com/brainboxdotcc/DPP
⨍
Functions
3,000
◇
Types & classes
1,247
Method
has_manage_emojis_and_stickers
src/dpp/role.cpp:280
Method
has_manage_events
src/dpp/role.cpp:316
Method
has_manage_guild
src/dpp/role.cpp:180
Method
has_manage_messages
src/dpp/role.cpp:212
Method
has_manage_nicknames
src/dpp/role.cpp:268
Method
has_manage_roles
src/dpp/role.cpp:272
Method
has_manage_threads
src/dpp/role.cpp:292
Method
has_manage_webhooks
src/dpp/role.cpp:276
Method
has_member_verification_gate
src/dpp/guild.cpp:524
Method
has_mention_everyone
src/dpp/role.cpp:228
Method
has_moderate_members
src/dpp/role.cpp:320
Method
has_monetization_enabled
src/dpp/guild.cpp:540
Method
has_more_stickers
src/dpp/guild.cpp:544
Method
has_mute_members
src/dpp/role.cpp:248
Method
has_news
src/dpp/guild.cpp:480
Method
has_nitro_basic
src/dpp/user.cpp:170
Method
has_nitro_classic
src/dpp/user.cpp:166
Method
has_nitro_full
src/dpp/user.cpp:162
Method
has_parent_hash
mlspp/src/treekem.cpp:519
Method
has_pin_messages
src/dpp/role.cpp:360
Method
has_poll
src/dpp/message.cpp:995
Method
has_premium_progress_bar_enabled
src/dpp/guild.cpp:452
Method
has_priority_speaker
src/dpp/role.cpp:192
Method
has_raid_alerts_disabled
src/dpp/guild.cpp:508
Method
has_read_message_history
src/dpp/role.cpp:224
Method
has_rejoined
src/dpp/guild.cpp:344
Method
has_remix_attachment
src/dpp/message.cpp:1680
Method
has_request_to_speak
src/dpp/role.cpp:288
Method
has_role_icons
src/dpp/guild.cpp:552
Method
has_role_subscriptions
src/dpp/guild.cpp:476
Method
has_role_subscriptions_available_for_purchase
src/dpp/guild.cpp:504
Method
has_send_messages
src/dpp/role.cpp:204
Method
has_send_messages_in_threads
src/dpp/role.cpp:308
Method
has_send_polls
src/dpp/role.cpp:352
Method
has_send_tts_messages
src/dpp/role.cpp:208
Method
has_send_voice_messages
src/dpp/role.cpp:344
Method
has_seven_day_thread_archive
src/dpp/guild.cpp:556
Method
has_snapshot
src/dpp/message.cpp:1537
Method
has_speak
src/dpp/role.cpp:244
Method
has_started_onboarding
src/dpp/guild.cpp:357
Method
has_stream
src/dpp/role.cpp:196
Function
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
include/dpp/nlohmann/json.hpp:5882
Method
has_support_server
src/dpp/guild.cpp:500
Method
has_thread
src/dpp/message.cpp:1513
Method
has_three_day_thread_archive
src/dpp/guild.cpp:560
Method
has_ticketed_events
src/dpp/guild.cpp:564
Method
has_use_application_commands
src/dpp/role.cpp:284
Method
has_use_clyde_ai
src/dpp/role.cpp:348
Method
has_use_embedded_activities
src/dpp/role.cpp:312
Method
has_use_external_apps
src/dpp/role.cpp:356
Method
has_use_external_emojis
src/dpp/role.cpp:232
Method
has_use_external_sounds
src/dpp/role.cpp:340
Method
has_use_external_stickers
src/dpp/role.cpp:304
Method
has_use_soundboard
src/dpp/role.cpp:328
Method
has_use_vad
src/dpp/role.cpp:260
Method
has_vanity_url
src/dpp/guild.cpp:448
Method
has_view_audit_log
src/dpp/role.cpp:188
Method
has_view_channel
src/dpp/role.cpp:200
Method
has_view_creator_monetization_analytics
src/dpp/role.cpp:324
Method
has_view_guild_insights
src/dpp/role.cpp:236
Method
has_vip_regions
src/dpp/guild.cpp:444
Function
has_voice
src/dpp/utility.cpp:100
Method
hash
mlspp/lib/hpke/src/certificate.cpp:503
Method
hash
mlspp/lib/hpke/src/digest.cpp:81
Method
have_private_key
mlspp/src/treekem.cpp:135
Function
hsl
src/dpp/utility.cpp:416
Method
http_request
src/dpp/queues.cpp:85
Method
http_server
src/dpp/http_server.cpp:27
Method
http_server_request
src/dpp/http_server_request.cpp:46
Method
https_client
src/dpp/httpsclient.cpp:34
Method
iconhash
src/dpp/utility.cpp:192
Method
if_this_causes_an_invalid_read_your_promise_was_destroyed_before_your_awaitable____check_your_promise_lifetime
* @brief Title :) * * We use this in the destructor */
include/dpp/coro/awaitable.h:305
Method
image_data
src/dpp/utility.cpp:251
Method
import_tree
mlspp/src/state.cpp:48
Method
inbound_frame_processor
* @brief Create inbound frame processor * @param _creator creating cluster */
src/dpp/dave/frame_processors.h:95
Method
increment_seq
mlspp/lib/hpke/src/hpke.cpp:266
Method
index
mlspp/include/mls/state.h:142
Method
infer_commit_type
mlspp/src/state.cpp:1935
Method
init_leaf_node
src/dpp/dave/session.cpp:505
Method
initial_suspend
* @brief Function called by the standard library when the coroutine start * * @return @return <a href="https://en.cppreference.com/w/cpp/corouti
include/dpp/coro/coroutine.h:244
Method
initial_suspend
* @brief Function called by the standard library when the coroutine start * * @return @return <a href="https://en.cppreference.com/w/cpp/corouti
include/dpp/coro/coroutine.h:365
Method
initial_suspend
* @brief Function called when the job is started. * * @return <a href="https://en.cppreference.com/w/cpp/coroutine/suspend_never">std::suspend_nev
include/dpp/coro/job.h:96
Method
initial_suspend
* @brief Function called by the standard library when the coroutine is created. * * @return <a href="https://en.cppreference.com/w/cpp/coroutine/s
include/dpp/coro/task.h:249
Method
inner_build
src/dpp/etf.cpp:644
Method
inner_parse
src/dpp/etf.cpp:573
Method
input_stream_adapter
include/dpp/nlohmann/json.hpp:6168
Function
insert
include/dpp/nlohmann/json.hpp:19204
Method
integration
src/dpp/integration.cpp:32
Method
interaction
src/dpp/slashcommand.cpp:469
Method
interaction_followup_delete
src/dpp/cluster/appcommand.cpp:174
Method
interaction_followup_edit
src/dpp/cluster/appcommand.cpp:178
Method
interaction_followup_edit_original
src/dpp/cluster/appcommand.cpp:166
Method
interaction_followup_get
src/dpp/cluster/appcommand.cpp:186
Method
interaction_followup_get_original
src/dpp/cluster/appcommand.cpp:190
Method
interaction_modal_response
src/dpp/slashcommand.cpp:866
Method
interaction_response
src/dpp/slashcommand.cpp:809
Method
interaction_response_get_original
src/dpp/cluster/appcommand.cpp:154
Method
invite
src/dpp/invite.cpp:30
Method
ip_discovery_packet
* @brief Construct discovery packet from inbound recv() buffer contents * @param packet_buffer recv buffer contents of at least ADDRESS_BUFFER_SIZE
src/dpp/voice/enabled/discover_ip.cpp:77
Method
is_available
src/dpp/sku.cpp:77
← previous
next →
2,001–2,100 of 3,000, ranked by callers