Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ IsNil
Method
IsNil
source/lib/Scripts/src/Scripts.cpp:534–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
return m_p->is_table;
533
}
534
bool ScriptVar::IsNil() const
535
{
536
return m_p->is_nil;
537
}
538
bool ScriptVar::IsFunction() const
539
{
540
return m_p->is_function;
Callers
6
RegisterFunc
Function · 0.80
ReadVar
Method · 0.80
LoadInt
Function · 0.80
LoadBool
Function · 0.80
LoadEnum
Function · 0.80
LoadStr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected