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

Method SharedPtrHolder

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

Source from the content-addressed store, hash-verified

391class SharedPtrHolder {
392public:
393 SharedPtrHolder() : ptr_(new StringHolder("a string")) {}
394
395 std::shared_ptr<StringHolder> get() const {
396 return ptr_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected