MCPcopy Create free account
hub / github.com/Evolving-AI-Lab/fooling / CleanseRawStrings

Function CleanseRawStrings

caffe/scripts/cpp_lint.py:1061–1119  ·  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 1

MatchFunction · 0.85

Tested by

no test coverage detected