Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setPtrDerived
Method
setPtrDerived
test/embind/embind_test.cpp:756–758 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
}
755
756
static void setPtrDerived() {
757
ptr_ = std::shared_ptr<PolyDerived>(new PolyDerived());
758
}
759
760
static void releasePtr() {
761
ptr_.reset();
Callers
1
embind.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected