Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
LuaString LuaContext::createString(String const& str) {
115
return engine().createString(str);
116
}
117
118
LuaString LuaContext::createString(char const* str) {
119
return engine().createString(str);
Callers
14
validateEdge
Method · 0.80
makeWorldCallbacks
Function · 0.80
fidelity
Method · 0.80
entityType
Method · 0.80
material
Method · 0.80
mod
Method · 0.80
from
Method · 0.80
from
Method · 0.80
from
Method · 0.80
from
Method · 0.80
from
Method · 0.80
from
Method · 0.80
Calls
7
lua_checkstack
Function · 0.85
lua_pushstring
Function · 0.85
lua_pushlstring
Function · 0.85
LuaString
Class · 0.85
LuaHandle
Class · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected