MCPcopy Create free account
hub / github.com/daniele77/cli / Text

Method Text

include/cli/detail/split.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46public:
47 explicit Text(std::string _input) : input(std::move(_input))
48 {
49 }
50 void SplitInto(std::vector<std::string>& strs)
51 {
52 Reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected