MCPcopy 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
69template <typename T>
70T from_bytes_le(const char* input) {
71 return *reinterpret_cast<const T*>(input);
72}
73
74enum class ImageType {
75 File,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected