MCPcopy Create free account
hub / github.com/Codesire-Deng/co_context / string_views

Function string_views

test/generator_test.cpp:142–145  ·  view source on GitHub ↗

value_type = std::string_view reference = std::string_view&&

Source from the content-addressed store, hash-verified

140// value_type = std::string_view
141// reference = std::string_view&&
142co_context::generator<std::string_view> string_views() {
143 co_yield "foo";
144 co_yield "bar";
145}
146
147// value_type = std::string
148// reference = std::string_view

Callers 2

stringsFunction · 0.85
value_type_exampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected