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

Method length

source/core/StarLua.hpp:1638–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1636}
1637
1638inline size_t LuaString::length() const {
1639 return engine().stringLength(handleIndex());
1640}
1641
1642inline String LuaString::toString() const {
1643 return engine().string(handleIndex());

Callers

nothing calls this directly

Calls 1

stringLengthMethod · 0.80

Tested by

no test coverage detected