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

Method getPtrClassName

test/embind/embind_test.cpp:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 }
763
764 static std::string getPtrClassName() {
765 return ptr_->getClassName();
766 }
767
768 static std::shared_ptr<PolyBase> getPtr() {
769 return ptr_;

Callers 1

embind.test.jsFile · 0.80

Calls 1

getClassNameMethod · 0.45

Tested by

no test coverage detected