Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ load
Method
load
src/simulate/bin_serializer.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
template <typename TT>
59
__forceinline void load ( TT & data ) {
60
read ( &data, sizeof(TT) );
61
}
62
template <typename TT>
63
__forceinline void serialize ( TT & data ) {
64
if ( reading ) {
Callers
15
daslang_atexit_audit
Function · 0.45
trackEvent
Method · 0.45
DumpJobQueLeaks
Method · 0.45
track_alloc_hook
Function · 0.45
track_free_hook
Function · 0.45
dump_alloc_leaks
Function · 0.45
dump_alloc_leaks_atexit
Function · 0.45
isNegCached
Function · 0.45
ensureCacheReady
Function · 0.45
findModule
Function · 0.45
tryAddModuleForPC
Function · 0.45
debuggerStopRequested
Function · 0.45
Calls
1
read
Function · 0.50
Tested by
no test coverage detected