MCPcopy Create free account
hub / github.com/alibaba/graph-learn / AllowAll

Class AllowAll

graphlearn/src/common/string/string_tool.cc:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace {
25
26struct AllowAll {
27 bool operator()(LiteString sp) const {
28 return true;
29 }
30};
31
32template <typename Filter>
33std::vector<std::string> Split(LiteString text, LiteString delims,

Callers 1

SplitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected