Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getString
Method
getString
test/embind/embind_test.cpp:1655–1657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1653
HasExternalConstructor(const std::string& str) : m(str) {}
1654
1655
std::string getString() const {
1656
return m;
1657
}
1658
1659
std::string m;
1660
};
Callers
2
embind.test.js
File · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected