MCPcopy 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
91void StripContext(std::string* s) {
92 StripTail(s);
93 StripHead(s);
94}
95
96size_t StripHead(LiteString* text) {
97 size_t count = 0;

Callers 1

ParseSchemaMethod · 0.85

Calls 2

StripTailFunction · 0.85
StripHeadFunction · 0.85

Tested by

no test coverage detected