Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMC2/OpenMC2
/ read_array
Method
read_array
src/FileHandler.hpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
template<class T>
74
std::int32_t read_array(T *array, size_t count) {
75
return read(array, static_cast<std::int32_t>(count * sizeof(T)));
76
}
77
78
// mc2: 0x00617F60
79
std::int32_t seek(std::int32_t offset);
Callers
1
sub_5FD3A0
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected