Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ concat
Function
concat
test-app/runtime/src/main/cpp/ada/ada.h:1541–1545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1539
*/
1540
template <typename... Args>
1541
std::string concat(Args... args) {
1542
std::string answer;
1543
inner_concat(answer, args...);
1544
return answer;
1545
}
1546
1547
/**
1548
* @private
Callers
5
update_base_port
Method · 0.85
get_origin
Method · 0.85
get_protocol
Method · 0.85
parse_url_impl
Function · 0.85
set_scheme
Method · 0.85
Calls
1
inner_concat
Function · 0.85
Tested by
no test coverage detected