MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / rawLength

Method rawLength

source/core/StarLua.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60LuaInt LuaTable::rawLength() const {
61 return engine().tableLength(true, handleIndex());
62}
63
64void LuaCallbacks::copyCallback(String srcName, String dstName) {
65 m_callbacks.set(dstName, m_callbacks.get(srcName));

Callers

nothing calls this directly

Calls 1

tableLengthMethod · 0.80

Tested by

no test coverage detected