Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
namespace {
25
26
struct AllowAll {
27
bool operator()(LiteString sp) const {
28
return true;
29
}
30
};
31
32
template <typename Filter>
33
std::vector<std::string> Split(LiteString text, LiteString delims,
Callers
1
Split
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected