Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cocos-BCX/cocos-mainnet
/ functions
Functions
5,253 in github.com/Cocos-BCX/cocos-mainnet
⨍
Functions
5,253
◇
Types & classes
1,669
↓ 2 callers
Method
connection_count_changed
libraries/net/node.cpp:5558
↓ 2 callers
Function
constfolding
** Try to "constant-fold" an operation; return 1 iff successful. ** (In this case, 'e1' has the final result.) */
libraries/lua-gph/lib/src/lcode.cpp:979
↓ 2 callers
Function
convergeephemerons
libraries/lua-gph/lib/src/lgc.cpp:608
↓ 2 callers
Function
copy2buff
copy strings in stack from top - n up to top - 1 to buffer */
libraries/lua-gph/lib/src/lvm.cpp:506
↓ 2 callers
Function
copy_wallet_file
libraries/wallet/wallet.cpp:526
↓ 2 callers
Function
copywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
libraries/lua-gph/lib/src/lstrlib.cpp:1316
↓ 2 callers
Function
countint
libraries/lua-gph/lib/src/ltable.cpp:254
↓ 2 callers
Method
createThread
* Creates a new thread * A Lua thread is not really a thread, but rather an "execution stack". * You can destroy the thread by calling destr
libraries/chain/include/graphene/chain/protocol/lua_scheduler.hpp:604
↓ 2 callers
Method
create_nft_asset
libraries/chain/contract_nht_handle.cpp:38
↓ 2 callers
Function
createstrobj
** creates a new string object */
libraries/lua-gph/lib/src/lstring.cpp:133
↓ 2 callers
Function
currentline
libraries/lua-gph/lib/src/ldebug.cpp:51
↓ 2 callers
Method
debt_type
libraries/chain/include/graphene/chain/market_object.hpp:115
↓ 2 callers
Function
debug_stats
libraries/lua-gph/lib/src/strbuf.cpp:94
↓ 2 callers
Method
debug_update
libraries/chain/db_debug.cpp:186
↓ 2 callers
Function
decode_hex4
libraries/lua-gph/lib/src/lua_cjson.cpp:752
↓ 2 callers
Method
deposit
libraries/chain/vesting_balance_object.cpp:207
↓ 2 callers
Method
derive_normal_child
libraries/fc/src/crypto/elliptic_common.cpp:312
↓ 2 callers
Method
destroy_connection
libraries/net/peer_connection.cpp:401
↓ 2 callers
Method
digest
libraries/chain/protocol/transaction.cpp:49
↓ 2 callers
Method
digest
tests/common/database_fixture.cpp:719
↓ 2 callers
Function
digit
** Read an integer numeral from string 'fmt' or return 'df' if ** there is no numeral */
libraries/lua-gph/lib/src/lstrlib.cpp:1180
↓ 2 callers
Function
discharge2anyreg
** Ensures expression value is in any register. */
libraries/lua-gph/lib/src/lcode.cpp:642
↓ 2 callers
Function
discharge2reg
** Ensures expression value is in register 'reg' (and therefore ** 'e' will become a non-relocatable expression). */
libraries/lua-gph/lib/src/lcode.cpp:596
↓ 2 callers
Method
disconnect
libraries/fc/include/fc/signal.hpp:95
↓ 2 callers
Function
divide
libraries/fc/src/uint128.cpp:14
↓ 2 callers
Function
doREPL
** Do the REPL: repeatedly read (load) a line, evaluate (call) it, and ** print any results. */
libraries/lua-gph/lua/lua.cpp:405
↓ 2 callers
Method
do_contract
libraries/chain/contract_object.cpp:347
↓ 2 callers
Function
dochunk
libraries/lua-gph/lua/lua.cpp:239
↓ 2 callers
Function
dofile
libraries/lua-gph/lua/lua.cpp:245
↓ 2 callers
Function
dostring
libraries/lua-gph/lua/lua.cpp:250
↓ 2 callers
Function
download_url
libraries/fc/tests/rate_limiting.cpp:10
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/generate_init_patch.py:8
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/apply_patch.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/prefix_accounts.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/change_asset_symbol.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/unprefix_names.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/change_bitasset_owners.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/unprefix_asset_owners.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/upgrade_members.py:8
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/remove.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/generate_account_patch.py:8
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/change_key_prefix.py:7
↓ 2 callers
Function
dump_json
(obj, out, pretty)
programs/genesis_util/sort_objects.py:7
↓ 2 callers
Function
enable_umask_protection
libraries/wallet/wallet.cpp:404
↓ 2 callers
Method
enabled
libraries/db/include/graphene/db/undo_database.hpp:96
↓ 2 callers
Function
encrypt_keys
libraries/wallet/wallet.cpp:509
↓ 2 callers
Function
enterlevel
libraries/lua-gph/lib/src/lparser.cpp:332
↓ 2 callers
Function
entersweep
** Enter first sweep phase. ** The call to 'sweeplist' tries to make pointer point to an object ** inside the list (instead of to the header), so th
libraries/lua-gph/lib/src/lgc.cpp:958
↓ 2 callers
Method
eof
libraries/net/stcp_socket.cpp:124
↓ 2 callers
Function
error_expected
libraries/lua-gph/lib/src/lparser.cpp:74
↓ 2 callers
Function
executeCode
* Executes lua code from the stream * @param code A stream that Lua will read its code from */
libraries/lua-gph/lib/inc/wrapper/LuaContext.hpp:218
↓ 2 callers
Function
explist_retarg
add node data for return value */ 这里需要添加返回值的类型,如int,string这些
libraries/lua-gph/lib/src/lparser.cpp:821
↓ 2 callers
Method
fetch_block_by_id
libraries/chain/db_block.cpp:77
↓ 2 callers
Method
fetch_optional
libraries/chain/block_database.cpp:148
↓ 2 callers
Function
fieldargs
** get field and width arguments for field-manipulation functions, ** checking whether they are valid. ** ('luaL_error' called without 'return' to a
libraries/lua-gph/lib/src/lbitlib.cpp:168
↓ 2 callers
Function
findgotos
** check whether new label 'lb' matches any pending gotos in current ** block; solves forward jumps */
libraries/lua-gph/lib/src/lparser.cpp:404
↓ 2 callers
Function
findlabel
** try to close a goto with existing labels; this solves backward jumps */
libraries/lua-gph/lib/src/lparser.cpp:366
↓ 2 callers
Function
findlocal
libraries/lua-gph/lib/src/ldebug.cpp:145
↓ 2 callers
Function
finishCcall
** Completes the execution of an interrupted C function, calling its ** continuation function. */
libraries/lua-gph/lib/src/ldo.cpp:518
↓ 2 callers
Function
finishpcall
** Continuation function for 'pcall' and 'xpcall'. Both functions ** already pushed a 'true' before doing the call, so in case of success ** 'finish
libraries/lua-gph/lib/src/lbaselib.cpp:408
↓ 2 callers
Function
forbody
libraries/lua-gph/lib/src/lparser.cpp:1332
↓ 2 callers
Method
format_result
libraries/fc/src/rpc/cli.cpp:84
↓ 2 callers
Function
freeexps
** Free registers used by expressions 'e1' and 'e2' (if any) in proper ** order. */
libraries/lua-gph/lib/src/lcode.cpp:408
↓ 2 callers
Function
freestack
libraries/lua-gph/lib/src/lstate.cpp:173
↓ 2 callers
Function
from_bytes
libraries/fc/tests/crypto/blowfish_test.cpp:126
↓ 2 callers
Function
from_variant
libraries/chain/pts_address.cpp:96
↓ 2 callers
Function
from_variant
libraries/fc/include/fc/variant.hpp:363
↓ 2 callers
Function
from_variant
libraries/fc/include/fc/reflect/variant.hpp:104
↓ 2 callers
Function
funcargs
libraries/lua-gph/lib/src/lparser.cpp:858
↓ 2 callers
Function
g_iofile
libraries/lua-gph/lib/src/liolib.cpp:298
↓ 2 callers
Function
g_write
libraries/lua-gph/lib/src/liolib.cpp:615
↓ 2 callers
Function
generate_maintenance_block
////// @brief Skip intermediate blocks, and generate a maintenance block @param app the application @returns true on success //////
tests/cli/main.cpp:178
↓ 2 callers
Method
generate_p
libraries/fc/src/crypto/elliptic_common.cpp:304
↓ 2 callers
Method
generate_q
libraries/fc/src/crypto/elliptic_common.cpp:305
↓ 2 callers
Method
get_account_balances
libraries/app/database_api.cpp:945
↓ 2 callers
Method
get_accounts
libraries/app/database_api.cpp:729
↓ 2 callers
Method
get_actual_download_rate
libraries/fc/src/network/rate_limiting.cpp:501
↓ 2 callers
Method
get_actual_upload_rate
libraries/fc/src/network/rate_limiting.cpp:496
↓ 2 callers
Method
get_addresses
libraries/chain/include/graphene/chain/protocol/authority.hpp:92
↓ 2 callers
Method
get_allowed_withdraw
libraries/chain/vesting_balance_object.cpp:37
↓ 2 callers
Function
get_asset_id
libraries/wallet/wallet.cpp:731
↓ 2 callers
Method
get_average_rate
libraries/fc/src/network/rate_limiting.cpp:181
↓ 2 callers
Method
get_blockchain_synopsis
libraries/net/node.cpp:5548
↓ 2 callers
Method
get_calc
libraries/fc/tests/api.cpp:21
↓ 2 callers
Function
get_chain_properties
libraries/wallet/wallet.cpp:622
↓ 2 callers
Method
get_code
libraries/chain/include/graphene/chain/contract_object.hpp:72
↓ 2 callers
Method
get_connection_terminated_time
libraries/net/include/graphene/net/peer_connection.hpp:193
↓ 2 callers
Function
get_console_color
libraries/fc/src/log/console_appender.cpp:70
↓ 2 callers
Method
get_current_op_index
libraries/chain/include/graphene/chain/database.hpp:470
↓ 2 callers
Method
get_full_accounts
libraries/app/database_api.cpp:750
↓ 2 callers
Method
get_global_property_extensions
libraries/app/database_api.cpp:608
↓ 2 callers
Method
get_hash
libraries/chain/include/graphene/chain/nh_asset_object.hpp:77
↓ 2 callers
Method
get_head_block_id
libraries/net/node.cpp:5575
↓ 2 callers
Method
get_item
libraries/net/node.cpp:5538
↓ 2 callers
Method
get_log_level
libraries/fc/src/log/logger.cpp:96
↓ 2 callers
Method
get_market
libraries/chain/include/graphene/chain/market_object.hpp:123
↓ 2 callers
Method
get_message_propagation_data
libraries/net/node.cpp:216
↓ 2 callers
Function
get_next_vote_id
libraries/chain/protocol/vote.cpp:31
↓ 2 callers
Method
get_objects
libraries/app/database_api.cpp:314
↓ 2 callers
Function
get_private_key_for_account
libraries/wallet/wallet.cpp:757
← previous
next →
1,001–1,100 of 5,253, ranked by callers