Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsURL
Function
IsURL
engine/script/src/script_msg.cpp:585–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
bool IsURL(lua_State *L, int index)
586
{
587
return dmScript::GetUserType(L, index) == SCRIPT_URL_TYPE_HASH;
588
}
589
590
dmMessage::URL* ToURL(lua_State* L, int index)
591
{
Callers
8
Script_Property
Function · 0.85
GetPropertyType
Function · 0.85
ResolveURL
Function · 0.85
Types_IsUrl
Function · 0.85
DoCheckTableSize
Function · 0.85
DoCheckTable
Function · 0.85
TEST_F
Function · 0.85
LuaSet
Function · 0.85
Calls
1
GetUserType
Function · 0.85
Tested by
1
TEST_F
Function · 0.68