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

Method verify

test/embind/embind_test.cpp:1716–1722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714
1715private:
1716 void verify() const {
1717 for (size_t i = 0; i < N_; ++i) {
1718 if (d_[i] != Valid) {
1719 abort();
1720 }
1721 }
1722 }
1723
1724 enum {
1725 Valid = 255,

Callers 1

CustomSmartPtrMethod · 0.45

Calls 1

abortFunction · 0.50

Tested by

no test coverage detected