MCPcopy Create free account

hub / github.com/brainboxdotcc/DPP / functions

Functions3,000 in github.com/brainboxdotcc/DPP

Methodapplication_emoji_create
src/dpp/cluster/emoji.cpp:72
Methodapplication_emoji_delete
src/dpp/cluster/emoji.cpp:80
Methodapplication_emoji_edit
src/dpp/cluster/emoji.cpp:76
Methodapplication_emoji_get
src/dpp/cluster/emoji.cpp:68
Methodapplication_emojis_get
src/dpp/cluster/emoji.cpp:47
Methodapplication_role_connection
src/dpp/role.cpp:478
Methodapplication_role_connection_get
src/dpp/cluster/role.cpp:53
Methodapplication_role_connection_metadata
src/dpp/role.cpp:435
Methodapplication_role_connection_update
src/dpp/cluster/role.cpp:57
Methodarray_view
* @brief Default constructor */
src/dpp/dave/array_view.h:41
Methodassign_ssrc_to_codec
src/dpp/dave/encryptor.cpp:209
Methodasync
* @brief Internal promise constructor, grabs a promise object for the callback to use */
include/dpp/coro/async.h:116
Functionasync_awaitable_wait5
src/unittest/coro.cpp:61
Methodattachment
src/dpp/message.cpp:1233
Methodaudit_entry
src/dpp/auditlog.cpp:30
Methodauth_decap
mlspp/lib/hpke/src/dhkem.cpp:183
Methodauth_encap
mlspp/lib/hpke/src/dhkem.cpp:160
Methodauthority_key_id
mlspp/lib/hpke/src/certificate.cpp:472
Methodautomod_action
src/dpp/automod.cpp:30
Methodautomod_metadata
src/dpp/automod.cpp:83
Methodautomod_rule
src/dpp/automod.cpp:129
Methodautomod_rule_edit
src/dpp/cluster/automod.cpp:38
Functionawait_ready
* @brief Check whether a call to co_await would suspend. * * @note This can change from false to true at any point, but not the other way around.
include/dpp/coro/when_any.h:512
Methodawait_ready
src/unittest/coro.cpp:28
Methodawait_ready
src/unittest/coro.cpp:73
Methodawait_ready
include/dpp/event_router.h:720
Methodawait_ready
* @brief First function called by the standard library when the coroutine is co_await-ed. * * @remark Do not call this manually, use the co_awai
include/dpp/coro/coroutine.h:102
Methodawait_ready
* @brief First function called by the standard library when reaching the end of a coroutine * * @return false Always return false, we need to su
include/dpp/coro/coroutine.h:310
Methodawait_ready
@brief Wrapper for the awaitable's await_ready */
include/dpp/coro/task.h:279
Methodawait_ready
* @brief First function called by the standard library when using co_await. * * @return bool Whether the result is ready */
include/dpp/coro/when_any.h:412
Methodawait_resume
src/unittest/coro.cpp:48
Methodawait_resume
src/unittest/coro.cpp:100
Methodawait_resume
* @brief Final function called by the standard library when the coroutine is co_await-ed. * * Pops the coroutine's result and returns it. * @
include/dpp/coro/coroutine.h:129
Methodawait_resume
* @brief Function called by the standard library when this object is resumed */
include/dpp/coro/coroutine.h:328
Methodawait_resume
* @brief Wrapper for the awaitable's await_resume, throws if the task is cancelled * * @throw dpp::task_cancelled_exception If the task was canc
include/dpp/coro/task.h:294
Methodawait_resume
* @brief Third and final function called by the standard library when using co_await. Returns the result object. * * @see result */
include/dpp/coro/when_any.h:434
Methodawait_suspend
src/unittest/coro.cpp:33
Methodawait_suspend
src/unittest/coro.cpp:78
Methodawait_suspend
include/dpp/event_router.h:725
Methodawait_suspend
include/dpp/coro/coroutine.h:118
Methodawait_suspend
* @brief Second function called by the standard library when reaching the end of a coroutine. * * @return std::handle_t<> Coroutine handle to re
include/dpp/coro/coroutine.h:319
Methodawait_suspend
include/dpp/coro/task.h:285
Methodawait_suspend
include/dpp/coro/awaitable.h:671
Methodawait_suspend
* @brief Second function called by the standard library when using co_await. * * @return bool Returns false if we want to resume immediately.
include/dpp/coro/when_any.h:421
Methodawait_transform
include/dpp/coro/task.h:310
Methodawaitable
Default constructor is accessible only to event_router_t */
include/dpp/event_router.h:94
Methodawaitable
* @brief Construct from a promise. * * @param promise The promise to refer to. */
include/dpp/coro/awaitable.h:230
Functionback
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
include/dpp/nlohmann/json.hpp:21574
Methodban
src/dpp/ban.cpp:30
Methodbase64_encode
src/dpp/utility.cpp:277
Methodbasic
mlspp/src/credential.cpp:255
Functionbasic_json array
@brief explicitly create an array from an initializer list @sa https://json.nlohmann.me/api/basic_json/array/
include/dpp/nlohmann/json.hpp:20169
Functionbasic_json binary
@brief explicitly create a binary array (without subtype) @sa https://json.nlohmann.me/api/basic_json/binary/
include/dpp/nlohmann/json.hpp:20125
Functionbasic_json diff
@brief creates a diff as a JSON patch @sa https://json.nlohmann.me/api/basic_json/diff/
include/dpp/nlohmann/json.hpp:24126
Functionbasic_json from_bjdata
include/dpp/nlohmann/json.hpp:23674
Functionbasic_json from_bson
include/dpp/nlohmann/json.hpp:23704
Functionbasic_json from_cbor
include/dpp/nlohmann/json.hpp:23506
Functionbasic_json from_msgpack
include/dpp/nlohmann/json.hpp:23565
Functionbasic_json from_ubjson
include/dpp/nlohmann/json.hpp:23619
Functionbasic_json meta
@brief returns version information on the library @sa https://json.nlohmann.me/api/basic_json/meta/
include/dpp/nlohmann/json.hpp:19423
Functionbasic_json object
@brief explicitly create an object from an initializer list @sa https://json.nlohmann.me/api/basic_json/object/
include/dpp/nlohmann/json.hpp:20177
Functionbasic_json parse
include/dpp/nlohmann/json.hpp:23185
Methodbegin_session
mlspp/src/session.cpp:66
Methodbignumber
src/dpp/bignum.cpp:54
Functionbinary
include/dpp/nlohmann/json.hpp:6791
Methodbinary
include/dpp/nlohmann/json.hpp:6975
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/dpp/nlohmann/json.hpp:9158
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/dpp/nlohmann/json.hpp:14966
Methodbitmask
mlspp/lib/hpke/src/group.cpp:744
Functionboolean
include/dpp/nlohmann/json.hpp:6761
Methodboolean
include/dpp/nlohmann/json.hpp:6945
Functionbot_invite_url
src/dpp/utility.cpp:617
Methodbuffer_write
src/dpp/etf.cpp:45
Methodbuild
(self)
conanfile.py:73
Methodbuild_multipart
src/dpp/httpsclient.cpp:81
Methodbuild_requirements
(self)
conanfile.py:54
Functionbytes
src/dpp/utility.cpp:379
Methodcache
* @brief Construct a new cache object. * * @note Caches must contain classes derived from dpp::managed. */
include/dpp/cache.h:70
Methodcache_proposal
mlspp/src/state.cpp:1236
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/dpp/nlohmann/json.hpp:16022
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/dpp/nlohmann/json.hpp:16037
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
include/dpp/nlohmann/json.hpp:16079
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
include/dpp/nlohmann/json.hpp:15875
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/dpp/nlohmann/json.hpp:15952
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
include/dpp/nlohmann/json.hpp:16174
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/dpp/nlohmann/json.hpp:15922
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/dpp/nlohmann/json.hpp:15980
Functioncan
include/dpp/permissions.h:374
Functioncan_any
include/dpp/permissions.h:393
Methodcan_process_commit
src/dpp/dave/session.cpp:306
Methodcancel
* @brief Immediately cancels the collector. * * Use this if you have met the conditions for which you are collecting objects * early, e.g. you
include/dpp/collector.h:146
Methodchannel
src/dpp/channel.cpp:96
Methodchannel_collector
* @brief Construct a new channel collector object * * @param cl cluster to associate the collector with * @param duration Duration of time to r
include/dpp/collector.h:337
Methodchannel_delete_permission
src/dpp/cluster/channel.cpp:30
Methodchannel_edit_permissions
src/dpp/cluster/channel.cpp:38
Methodchannel_edit_positions
src/dpp/cluster/channel.cpp:47
Methodchannel_follow_news
src/dpp/cluster/channel.cpp:69
Methodchannel_pins_get
src/dpp/cluster/message.cpp:218
Methodchannel_set_voice_status
src/dpp/cluster/channel.cpp:99
Methodchannel_typing
src/dpp/cluster/channel.cpp:86
← previousnext →1,101–1,200 of 3,000, ranked by callers