Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ IsString
Method
IsString
source/lib/Scripts/src/Scripts.cpp:561–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
}
560
#endif
561
bool ScriptVar::IsString() const
562
{
563
return m_p->is_string;
564
}
565
bool ScriptVar::IsUserdata() const
566
{
567
return m_p->is_string;
Callers
1
At
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected