MCPcopy Create free account
hub / github.com/Tencent/TscanCode / getlines

Function getlines

trunk/lib/preprocessor.cpp:2735–2785  ·  view source on GitHub ↗

* Get data from a input string. This is an extended version of std::getline. * The std::getline only get a single line at a time. It can therefore happen that it * contains a partial statement. This function ensures that the returned data * doesn't end in the middle of a statement. The "getlines" name indicate that * this function will return multiple lines if needed. * @param istr input

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

expandMacros_globalMethod · 0.85
getMacrosMethod · 0.85

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected