Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RevoSucks/BM64Recomp
/ from_bytes_le
Function
from_bytes_le
src/ui/ui_renderer.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
template <typename T>
70
T from_bytes_le(const char* input) {
71
return *reinterpret_cast<const T*>(input);
72
}
73
74
enum class ImageType {
75
File,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected