Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Get
Function
Get
BeefySysLib/Span.h:95–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
T Get(intptr idx)
96
{
97
if ((idx < 0) || (idx >= mSize))
98
return (T)0;
99
return mVals[idx];
100
}
101
102
template <typename T2>
103
T2 GetAs(intptr idx)
Callers
15
Wwise_Shutdown
Function · 0.85
Open
Function · 0.85
Crash_Error_CrashHandler
Function · 0.85
BfpSystem_InitCrashCatcher
Function · 0.85
BfpSystem_SetCrashReportKind
Function · 0.85
BfpSystem_AddCrashInfoFunc
Function · 0.85
BfpSystem_AddCrashInfo
Function · 0.85
BfpSystem_SetCrashRelaunchCmd
Function · 0.85
BfpFileWatcher_WatchDirectory
Function · 0.85
BfpFileWatcher_Release
Function · 0.85
SEHWindowProc
Function · 0.85
CreateMiniDump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected