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

Method StringHolder

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

Source from the content-addressed store, hash-verified

367class StringHolder {
368public:
369 StringHolder(const std::string& s) : str_(s) {}
370
371 void set(const std::string& s) {
372 str_ = s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected