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

Method createString

source/core/StarLua.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114LuaString LuaContext::createString(String const& str) {
115 return engine().createString(str);
116}
117
118LuaString LuaContext::createString(char const* str) {
119 return engine().createString(str);

Callers 14

validateEdgeMethod · 0.80
makeWorldCallbacksFunction · 0.80
fidelityMethod · 0.80
entityTypeMethod · 0.80
materialMethod · 0.80
modMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80
fromMethod · 0.80

Calls 7

lua_checkstackFunction · 0.85
lua_pushstringFunction · 0.85
lua_pushlstringFunction · 0.85
LuaStringClass · 0.85
LuaHandleClass · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected