MCPcopy Create free account
hub / github.com/PlatformLab/Arachne / CleanseRawStrings

Function CleanseRawStrings

scripts/cpplint.py:1261–1334  ·  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.80

Tested by

no test coverage detected