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

Function getparams

trunk/lib/globalmacros.cpp:60–136  ·  view source on GitHub ↗

* @brief get parameters from code. For example 'foo(1,2)' => '1','2' * @param line in: The code * @param pos in: Position to the '('. out: Position to the ')' * @param params out: The extracted parameters * @param numberOfNewlines out: number of newlines in the macro call * @param endFound out: was the end parentheses found? */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

expandInnerMacrosMethod · 0.85
expandMacros_globalMethod · 0.85

Calls 5

trimFunction · 0.85
skipstringFunction · 0.85
sizeMethod · 0.80
clearMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected