Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ StripContext
Function
StripContext
graphlearn/src/common/string/string_tool.cc:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void StripContext(std::string* s) {
92
StripTail(s);
93
StripHead(s);
94
}
95
96
size_t StripHead(LiteString* text) {
97
size_t count = 0;
Callers
1
ParseSchema
Method · 0.85
Calls
2
StripTail
Function · 0.85
StripHead
Function · 0.85
Tested by
no test coverage detected