MCPcopy Create free account
hub / github.com/Tencent/RapidView / isstring

Method isstring

luaj_virtual_machine/src/core/org/luaj/vm2/Varargs.java:139–139  ·  view source on GitHub ↗

Tests if argument i is a string. Since all lua numbers can be used where strings are used, this will return true for both strings and numbers. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a string or number, false otherwise @see LuaVa

(int i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

callMethod · 0.95
invokeMethod · 0.95
testIsStringMethod · 0.45
concatToMethod · 0.45
entryMethod · 0.45
add_valueMethod · 0.45
invokeMethod · 0.45
callMethod · 0.45
invokeMethod · 0.45
_io_inputMethod · 0.45
_io_outputMethod · 0.45
getobjnameMethod · 0.45

Calls 1

argMethod · 0.95

Tested by 1

testIsStringMethod · 0.36