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

Method concat

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

Concatenate another value onto this value and return the result using rules of lua string concatenation including metatag processing. Only strings and numbers as represented can be concatenated, meaning each operand must derive from LuaString or LuaNumber. @param rhs The right-h

(LuaValue rhs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

testConcatMethod · 0.95
testConcatBufferMethod · 0.95
testConcatMetatagMethod · 0.95
concatToMethod · 0.45
executeMethod · 0.45
loadAsUserClassMethod · 0.45

Calls 2

concatmtMethod · 0.95
concatToMethod · 0.45

Tested by 3

testConcatMethod · 0.76
testConcatBufferMethod · 0.76
testConcatMetatagMethod · 0.76