MCPcopy Create free account
hub / github.com/AimRT/AimRT / ToStdString

Function ToStdString

src/interface/aimrt_module_cpp_interface/util/string.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29inline std::string ToStdString(aimrt_string_view_t s) {
30 return std::string(s.str, s.len);
31}
32
33} // namespace aimrt::util

Callers 5

GetParameterMethod · 0.85
TESTFunction · 0.85
InitializeMethod · 0.85
CreateModuleMethod · 0.85
GenBaseMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68