MCPcopy Create free account
hub / github.com/celtera/avendish / c_str

Function c_str

include/avnd/binding/python/processor.hpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace python
23{
24inline const char* c_str(const std::string& v) noexcept
25{
26 return v.c_str();
27}
28inline consteval const char* c_str(std::string_view v) noexcept
29{
30 return v.data();

Callers 5

setup_inputMethod · 0.70
setup_outputMethod · 0.70
setup_messageMethod · 0.70
processorMethod · 0.70
setup_callbackMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected