MCPcopy Create free account
hub / github.com/TheLegendAli/DeepLab-Context / CleanseRawStrings

Function CleanseRawStrings

scripts/cpp_lint.py:1062–1120  ·  view source on GitHub ↗

Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: static const char kData[] = "" (replaced by blank line) ""; Args: raw_lines: list of raw lines. Returns: list of line

(raw_lines)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.85

Calls 2

MatchFunction · 0.85
findMethod · 0.45

Tested by

no test coverage detected