MCPcopy Create free account
hub / github.com/defold/defold / IsURLGlobal

Function IsURLGlobal

engine/script/src/script_msg.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668 }
669
670 static bool IsURLGlobal(dmMessage::StringURL* url)
671 {
672 return url->m_SocketSize > 0 && url->m_PathSize > 0 && *url->m_Path == '/';
673 }
674
675 int ResolveURL(lua_State* L, int index, dmMessage::URL* out_url, dmMessage::URL* out_default_url)
676 {

Callers 1

ResolveURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected