Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ At
Method
At
source/lib/Scripts/src/Scripts.cpp:610–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
608
}
609
610
ScriptVar ScriptVar::At(int64_t key) const
611
{
612
return m_p->val_table.At(static_cast<double>(key));
613
}
614
ScriptVar ScriptVar::At(const String& key) const
615
{
616
return m_p->val_table.At(key);
Callers
15
FOR
Function · 0.80
main
Function · 0.80
Decrypt
Method · 0.80
DecryptStr
Method · 0.80
ReadVar
Method · 0.80
FOR
Function · 0.80
GetKey
Method · 0.80
GetValue
Method · 0.80
FOR
Function · 0.80
IsEmpty
Method · 0.80
String8.cpp
File · 0.80
TrimRight
Method · 0.80
Calls
8
lua_init
Function · 0.85
GetValue
Method · 0.80
IsDouble
Method · 0.80
ScriptVar
Class · 0.50
GetKey
Method · 0.45
IsString
Method · 0.45
ToString
Method · 0.45
ToDouble
Method · 0.45
Tested by
4
test_cpp14
Function · 0.64
test
Function · 0.64
test_U
Function · 0.64
test_cpp14
Function · 0.64