MCPcopy Create free account
hub / github.com/ada-url/ada / string to_string

Method string to_string

src/helpers.cpp:1063–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061
1062namespace ada {
1063ada_warn_unused std::string to_string(ada::state state) {
1064 return ada::helpers::get_state(state);
1065}
1066#undef ada_make_uint8x16_t
1067} // namespace ada

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected