MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getNextNibble

Function getNextNibble

system/lib/libunwind/src/Unwind-EHABI.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48const char* getNextNibble(const char* data, uint32_t* out) {
49 *out = *reinterpret_cast<const uint16_t*>(data);
50 return data + 2;
51}
52
53struct Descriptor {
54 // See # 9.2

Callers 1

ProcessDescriptorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected