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
↓ 3 callers
Method
is_public_key_registered
libraries/wallet/wallet.cpp:3443
↓ 3 callers
Function
is_valid
libraries/fc/src/utf8/core.h:300
↓ 3 callers
Function
isneg
libraries/lua-gph/lib/src/lobject.cpp:169
↓ 3 callers
Function
json_append_data
Serialise Lua data into JSON string. */
libraries/lua-gph/lib/src/lua_cjson.cpp:660
↓ 3 callers
Function
json_fetch_config
libraries/lua-gph/lib/src/lua_cjson.cpp:194
↓ 3 callers
Function
json_process_value
Handle the "value" context */
libraries/lua-gph/lib/src/lua_cjson.cpp:1224
↓ 3 callers
Function
l_message
** Prints an error message, adding the program name in front of it ** (if present) */
libraries/lua-gph/lua/lua.cpp:155
↓ 3 callers
Method
login
libraries/app/api.cpp:56
↓ 3 callers
Function
lookforfunc
** Look for a C function named 'sym' in a dynamically loaded library ** 'path'. ** First, check whether the library is already loaded; if not, try
libraries/lua-gph/lib/src/loadlib.cpp:372
↓ 3 callers
Method
lookup_nh_asset
libraries/app/database_api.cpp:2431
↓ 3 callers
Method
lookup_world_view
libraries/app/database_api.cpp:2407
↓ 3 callers
Function
luaC_fullgc
** Performs a full GC cycle; if 'isemergency', set a flag to avoid ** some operations which could change the interpreter state in some ** unexpected
libraries/lua-gph/lib/src/lgc.cpp:1158
↓ 3 callers
Function
luaD_pcall
libraries/lua-gph/lib/src/ldo.cpp:721
↓ 3 callers
Function
luaD_reallocstack
libraries/lua-gph/lib/src/ldo.cpp:177
↓ 3 callers
Function
luaD_shrinkstack
libraries/lua-gph/lib/src/ldo.cpp:221
↓ 3 callers
Function
luaF_newLclosure
libraries/lua-gph/lib/src/lfunc.cpp:33
↓ 3 callers
Function
luaH_get
** main search function */
libraries/lua-gph/lib/src/ltable.cpp:593
↓ 3 callers
Function
luaH_newkey
** inserts a new key into a hash table; first, check whether key's main ** position is free. If not, check whether colliding node is in its main **
libraries/lua-gph/lib/src/ltable.cpp:461
↓ 3 callers
Function
luaK_code
libraries/lua-gph/lib/src/lcode.cpp:294
↓ 3 callers
Function
luaK_codeABx
** Format and emit an 'iABx' instruction. */
libraries/lua-gph/lib/src/lcode.cpp:325
↓ 3 callers
Function
luaK_exp2val
** Ensures final expression result is either in a register or it is ** a constant. */
libraries/lua-gph/lib/src/lcode.cpp:745
↓ 3 callers
Function
luaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
libraries/lua-gph/lib/src/lcode.cpp:858
↓ 3 callers
Function
luaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. */
libraries/lua-gph/lib/src/lcode.cpp:947
↓ 3 callers
Function
luaK_intK
** Add an integer to list of constants and return its index. ** Integers use userdata as keys to avoid collision with floats with ** same value; con
libraries/lua-gph/lib/src/lcode.cpp:472
↓ 3 callers
Function
luaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know address
libraries/lua-gph/lib/src/lcode.cpp:263
↓ 3 callers
Function
luaK_ret
** Code a 'return' instruction */
libraries/lua-gph/lib/src/lcode.cpp:149
↓ 3 callers
Function
luaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of
libraries/lua-gph/lib/src/lcode.cpp:1190
↓ 3 callers
Function
luaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
libraries/lua-gph/lib/src/lcode.cpp:783
↓ 3 callers
Function
luaL_addstring
libraries/lua-gph/lib/src/lauxlib.cpp:537
↓ 3 callers
Function
luaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
libraries/lua-gph/lib/src/lauxlib.cpp:951
↓ 3 callers
Function
luaL_openlibs
libraries/lua-gph/lib/src/linit.cpp:61
↓ 3 callers
Function
luaL_optlstring
libraries/lua-gph/lib/src/lauxlib.cpp:397
↓ 3 callers
Function
luaS_createlngstrobj
libraries/lua-gph/lib/src/lstring.cpp:147
↓ 3 callers
Function
luaS_hash
libraries/lua-gph/lib/src/lstring.cpp:49
↓ 3 callers
Function
luaS_resize
** resizes the string table */
libraries/lua-gph/lib/src/lstring.cpp:71
↓ 3 callers
Function
luaT_callorderTM
libraries/lua-gph/lib/src/ltm.cpp:158
↓ 3 callers
Function
luaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
libraries/lua-gph/lib/src/ltm.cpp:90
↓ 3 callers
Function
luaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be nil).
libraries/lua-gph/lib/src/lvm.cpp:166
↓ 3 callers
Function
luaV_tointeger
** try to convert a value to an integer, rounding according to 'mode': ** mode == 0: accepts only integral values ** mode == 1: takes the floor of t
libraries/lua-gph/lib/src/lvm.cpp:90
↓ 3 callers
Function
lua_gc
libraries/lua-gph/lib/src/lapi.cpp:1104
↓ 3 callers
Function
lua_iscfunction
libraries/lua-gph/lib/src/lapi.cpp:276
↓ 3 callers
Function
lua_newthread
libraries/lua-gph/lib/src/lstate.cpp:257
↓ 3 callers
Function
lua_rawequal
libraries/lua-gph/lib/src/lapi.cpp:307
↓ 3 callers
Function
lua_rawlen
libraries/lua-gph/lib/src/lapi.cpp:419
↓ 3 callers
Function
lua_rawset
libraries/lua-gph/lib/src/lapi.cpp:856
↓ 3 callers
Function
lua_sethook
** This function can be called asynchronously (e.g. during a signal). ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by ** 'resethookcount
libraries/lua-gph/lib/src/ldebug.cpp:81
↓ 3 callers
Function
lua_tothread
libraries/lua-gph/lib/src/lapi.cpp:462
↓ 3 callers
Function
lua_version
libraries/lua-gph/lib/src/lapi.cpp:155
↓ 3 callers
Function
matchbracketclass
libraries/lua-gph/lib/src/lstrlib.cpp:302
↓ 3 callers
Function
mz_deflateEnd
libraries/fc/src/compress/miniz.c:1113
↓ 3 callers
Function
mz_zip_reader_file_stat
libraries/fc/src/compress/miniz.c:3399
↓ 3 callers
Function
mz_zip_reader_init_internal
libraries/fc/src/compress/miniz.c:3083
↓ 3 callers
Function
mz_zip_reader_read_central_dir
libraries/fc/src/compress/miniz.c:3168
↓ 3 callers
Function
mz_zip_writer_compute_padding_needed_for_file_alignment
libraries/fc/src/compress/miniz.c:4238
↓ 3 callers
Function
mz_zip_writer_validate_archive_name
libraries/fc/src/compress/miniz.c:4224
↓ 3 callers
Function
mz_zip_writer_write_zeros
libraries/fc/src/compress/miniz.c:4247
↓ 3 callers
Function
newfile
libraries/lua-gph/lib/src/liolib.cpp:235
↓ 3 callers
Function
newlabelentry
libraries/lua-gph/lib/src/lparser.cpp:386
↓ 3 callers
Function
newprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handl
libraries/lua-gph/lib/src/liolib.cpp:188
↓ 3 callers
Method
notify_one
libraries/fc/include/fc/thread/wait_condition.hpp:45
↓ 3 callers
Function
operation_get_impacted_accounts
libraries/app/impacted.cpp:184
↓ 3 callers
Function
operation_validate
libraries/chain/protocol/operations.cpp:76
↓ 3 callers
Function
packint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua
libraries/lua-gph/lib/src/lstrlib.cpp:1295
↓ 3 callers
Method
plugin_initialize
libraries/app/plugin.cpp:51
↓ 3 callers
Method
plugin_startup
libraries/app/plugin.cpp:56
↓ 3 callers
Method
pop
! Removes the task which should be executed next. */
libraries/lua-gph/lib/inc/threadpool/scheduling_policies.hpp:67
↓ 3 callers
Function
prepstate
libraries/lua-gph/lib/src/lstrlib.cpp:591
↓ 3 callers
Function
prior
libraries/fc/src/utf8/unchecked.h:98
↓ 3 callers
Function
push_onecapture
libraries/lua-gph/lib/src/lstrlib.cpp:550
↓ 3 callers
Function
pushnumint
libraries/lua-gph/lib/src/lmathlib.cpp:96
↓ 3 callers
Function
read_line
libraries/lua-gph/lib/src/liolib.cpp:477
↓ 3 callers
Function
readdigits
** Read a sequence of (hex)digits */
libraries/lua-gph/lib/src/liolib.cpp:422
↓ 3 callers
Function
reallymarkobject
** mark an object. Userdata, strings, and closed upvalues are visited ** and turned black here. Other objects are marked gray and added ** to approp
libraries/lua-gph/lib/src/lgc.cpp:235
↓ 3 callers
Method
receive_callback
libraries/fc/include/fc/rpc/api_connection.hpp:240
↓ 3 callers
Method
receive_notice
libraries/fc/include/fc/rpc/api_connection.hpp:245
↓ 3 callers
Method
registerMember
libraries/chain/include/graphene/chain/protocol/lua_scheduler.hpp:478
↓ 3 callers
Method
register_account
libraries/wallet/wallet.cpp:3574
↓ 3 callers
Method
register_api
libraries/fc/include/fc/rpc/binary_api_connection.hpp:481
↓ 3 callers
Function
register_serializer
programs/js_operation_serializer/main.cpp:94
↓ 3 callers
Method
release
libraries/fc/include/fc/unique_ptr.hpp:49
↓ 3 callers
Method
remove_blocking_promise
libraries/fc/src/thread/context.hpp:198
↓ 3 callers
Function
rename
libraries/fc/src/filesystem.cpp:301
↓ 3 callers
Function
reprepstate
libraries/lua-gph/lib/src/lstrlib.cpp:601
↓ 3 callers
Method
resize
libraries/lua-gph/lib/inc/threadpool/size_policies.hpp:82
↓ 3 callers
Function
resume_error
** Signal an error in the call to 'lua_resume', not in the execution ** of the coroutine itself. (Such errors should not be handled by any ** corout
libraries/lua-gph/lib/src/ldo.cpp:603
↓ 3 callers
Method
rfind
libraries/fc/src/string.cpp:61
↓ 3 callers
Method
save_wallet_file
libraries/wallet/wallet.cpp:4346
↓ 3 callers
Method
seekp
libraries/fc/include/fc/io/datastream.hpp:68
↓ 3 callers
Function
semerror
semantic error */
libraries/lua-gph/lib/src/lparser.cpp:68
↓ 3 callers
Method
set
libraries/fc/src/variant_object.cpp:45
↓ 3 callers
Method
set_max_size
libraries/chain/fork_database.cpp:128
↓ 3 callers
Method
set_prompt
libraries/fc/src/rpc/cli.cpp:89
↓ 3 callers
Method
set_reuse_address
libraries/fc/src/network/tcp_socket.cpp:213
↓ 3 callers
Function
set_specific_data
libraries/fc/src/thread/thread_specific.cpp:21
↓ 3 callers
Method
set_status
libraries/fc/src/network/http/http_server.cpp:166
↓ 3 callers
Method
shutdown
libraries/app/application.cpp:1182
↓ 3 callers
Function
singlematch
libraries/lua-gph/lib/src/lstrlib.cpp:325
↓ 3 callers
Method
size
! Gets the number of threads in the pool. * \return The number of threads. */
libraries/lua-gph/lib/inc/threadpool/pool.hpp:120
↓ 3 callers
Method
size
! Gets the number of threads in the pool. * \return The number of threads. */
libraries/lua-gph/lib/inc/threadpool/detail/pool_core.hpp:167
↓ 3 callers
Function
skip_sep
** skip a sequence '[=*[' or ']=*]'; if sequence is well formed, return ** its number of '='s; otherwise, return a negative number (-1 iff there **
libraries/lua-gph/lib/src/llex.cpp:251
← previous
next →
801–900 of 5,253, ranked by callers