Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ functions
Functions
1,782 in github.com/PlutoLang/Pluto
⨍
Functions
1,782
◇
Types & classes
129
Function
luaB_sdiv
src/lbaselib.cpp:815
Function
luaB_select
src/lbaselib.cpp:518
Function
luaB_setmetatable
src/lbaselib.cpp:190
Function
luaB_sleep
src/lcorolib.cpp:140
Function
luaB_smod
src/lbaselib.cpp:827
Function
luaB_tonumber
src/lbaselib.cpp:129
Function
luaB_tostring
src/lbaselib.cpp:579
Function
luaB_type
src/lbaselib.cpp:314
Function
luaB_udiv
src/lbaselib.cpp:821
Function
luaB_umod
src/lbaselib.cpp:833
Function
luaB_utonumber
src/lbaselib.cpp:162
Function
luaB_utostring
src/lbaselib.cpp:586
Function
luaB_warn
** Creates a warning with all given arguments. ** Check first for errors; otherwise an error may interrupt ** the composition of a warning, leaving it
src/lbaselib.cpp:60
Function
luaB_wcall
src/lbaselib.cpp:73
Function
luaB_xpcall
** Do a protected call with error handling. After 'lua_rotate', the ** stack will have <f, err, true, f, [args...]>; so, the function passes ** 2 to '
src/lbaselib.cpp:567
Function
luaB_yield
src/lcorolib.cpp:127
Function
luaB_yieldable
src/lcorolib.cpp:192
Function
luaC_barrier_
** Barrier that moves collector forward, that is, marks the white object ** 'v' being pointed by the black object 'o'. In the generational ** mode, '
src/lgc.cpp:246
Function
luaC_barrierback_
** barrier that moves collector backward, that is, mark the black object ** pointing to a white object as gray again. */
src/lgc.cpp:268
Function
luaC_step
** Performs a basic GC step if collector is running. (If collector was ** stopped by the user, set a reasonable debt to avoid it being called ** at ev
src/lgc.cpp:1740
Function
luaH_mainposition
src/ltable.cpp:1408
Function
luaH_psetint
src/ltable.cpp:1107
Function
luaH_psetstr
src/ltable.cpp:1154
Function
luaL_alloc
src/lauxlib.cpp:1194
Function
luaL_checkversion_
src/lauxlib.cpp:1353
Function
luaL_openselectedlibs
** require and preload selected standard libraries */
src/linit.cpp:77
Function
luaM_growaux_
src/lmem.cpp:97
Function
luaM_malloc_
src/lmem.cpp:201
Function
luaM_shrinkvector_
** In prototypes, the size of the array is also its number of ** elements (to save memory). So, if it cannot shrink an array ** to its number of eleme
src/lmem.cpp:128
Function
luaT_callorderiTM
src/ltm.cpp:217
Function
luaV_tonumber_
** Try to convert a value to a float. The float case is already handled ** by the macro 'tonumber'. */
src/lvm.cpp:106
Function
lua_CFunction lua_atpanic
src/lapi.cpp:143
Function
lua_CFunction lua_tocfunction
src/lapi.cpp:502
Function
lua_Integer
src/lauxlib.cpp:1048
Function
lua_Integer luaL_checkinteger
src/lauxlib.cpp:481
Function
lua_Integer luaL_optinteger
src/lauxlib.cpp:491
Function
lua_Integer lua_tointegerx
src/lapi.cpp:440
Function
lua_Number luaL_checknumber
src/lauxlib.cpp:459
Function
lua_Number luaL_optnumber
src/lauxlib.cpp:468
Function
lua_Number lua_tonumberx
src/lapi.cpp:430
Function
lua_Number lua_version
src/lapi.cpp:153
Function
lua_Unsigned lua_rawlen
src/lapi.cpp:484
Function
lua_createtable
src/lbaselib.cpp:804
Function
lua_rawgetp
src/lapi.cpp:837
Function
lua_rawsetp
src/lapi.cpp:1012
Function
lua_setallocf
src/lapi.cpp:1428
Function
luaopen_assert
src/lassertlib.cpp:10
Function
luaopen_base
src/lbaselib.cpp:914
Function
luaopen_coroutine
src/lcorolib.cpp:262
Function
luaopen_debug
src/ldblib.cpp:473
Function
luaopen_ffi
src/lffi.cpp:842
Function
luaopen_io
src/liolib.cpp:1456
Function
luaopen_json
src/ljson.cpp:315
Function
luaopen_math
** Open math library */
src/lmathlib.cpp:846
Function
luaopen_os
src/loslib.cpp:520
Function
luaopen_package
src/loadlib.cpp:775
Function
luaopen_scheduler
src/lschedulerlib.cpp:10
Function
luaopen_socket
src/lsocketlib.cpp:593
Function
luaopen_star
src/lstarlib.cpp:10
Function
luaopen_string
** Open string library */
src/lstrlib.cpp:2445
Function
luaopen_table
src/ltablib.cpp:1116
Function
luaopen_utf8
src/lutf8lib.cpp:285
Function
luaopen_vector3
src/lvector3lib.cpp:10
Function
luaopen_wasm
src/lwasmlib.cpp:558
Function
main
src/luac.cpp:219
Function
main
src/lua.cpp:778
Function
makedir
src/liolib.cpp:1060
Function
makedirs
src/liolib.cpp:1082
Function
math_abs
src/lmathlib.cpp:32
Function
math_acos
src/lmathlib.cpp:68
Function
math_asin
src/lmathlib.cpp:62
Function
math_atan
src/lmathlib.cpp:74
Function
math_cbrt
src/lmathlib.cpp:200
Function
math_ceil
src/lmathlib.cpp:144
Function
math_clz
src/lmathlib.cpp:316
Function
math_cos
src/lmathlib.cpp:50
Function
math_cosh
src/lmathlib.cpp:757
Function
math_ctz
src/lmathlib.cpp:328
Function
math_deg
src/lmathlib.cpp:242
Function
math_exp
src/lmathlib.cpp:236
Function
math_floor
src/lmathlib.cpp:111
Function
math_fmod
src/lmathlib.cpp:155
Function
math_frexp
src/lmathlib.cpp:254
Function
math_hypot
src/lmathlib.cpp:81
Function
math_isnan
src/lmathlib.cpp:310
Function
math_ldexp
src/lmathlib.cpp:263
Function
math_log
src/lmathlib.cpp:214
Function
math_log10
src/lmathlib.cpp:779
Function
math_max
src/lmathlib.cpp:285
Function
math_min
src/lmathlib.cpp:271
Function
math_modf
** next function does not use 'modf', avoiding problems with 'double*' ** (which is not compatible with 'float*') when lua_Number is not ** 'double'.
src/lmathlib.cpp:177
Function
math_popcnt
src/lmathlib.cpp:340
Function
math_pow
src/lmathlib.cpp:772
Function
math_rad
src/lmathlib.cpp:248
Function
math_random
src/lmathlib.cpp:661
Function
math_randomseed
src/lmathlib.cpp:710
Function
math_round
src/lmathlib.cpp:133
Function
math_sin
src/lmathlib.cpp:44
Function
math_sinh
src/lmathlib.cpp:762
Function
math_sqrt
src/lmathlib.cpp:194
← previous
next →
1,501–1,600 of 1,782, ranked by callers