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

Method simplifyInitVar

trunk/lib/tokenize.cpp:7232–7265  ·  view source on GitHub ↗

int i(0); => int i; i = 0; int i(0), j; => int i; i = 0; int j;

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

tokAtMethod · 0.80
linkAtMethod · 0.80
insertTokensMethod · 0.80
isCFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected