Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ IsCFunction
Method
IsCFunction
source/lib/Scripts/src/Scripts.cpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
return m_p->is_function;
541
}
542
bool ScriptVar::IsCFunction() const
543
{
544
return m_p->is_c_function;
545
}
546
bool ScriptVar::IsDouble() const
547
{
548
return m_p->is_double;
Callers
1
UnregisterFunc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected