Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ TestResolvePath
Function
TestResolvePath
engine/script/src/test/test_script_lua.cpp:237–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
static int TestResolvePath(lua_State* L) {
238
dmScript::PushHash(L, dmHashString64(luaL_checkstring(L, 2)));
239
return 1;
240
}
241
242
static int TestIsValid(lua_State* L)
243
{
Callers
nothing calls this directly
Calls
1
PushHash
Function · 0.85
Tested by
no test coverage detected