MCPcopy Index your code
hub / github.com/IBM/Project_CodeNet / size

Method size

tools/duplicates/duplicates.cpp:92–94  ·  view source on GitHub ↗

Sample size equals length of token sequence.

Source from the content-addressed store, hash-verified

90
91 // Sample size equals length of token sequence.
92 unsigned size() const {
93 return token_seq.size();
94 }
95
96#if 0
97 // NOT USED

Callers 15

handleArgsMethod · 0.45
handleArgsMethod · 0.45
nextTokenMethod · 0.45
ProcessNewLineMethod · 0.45
serializeSPTMethod · 0.45
printMethod · 0.45
SPTNodeMethod · 0.45
getChildCntMethod · 0.45
bfsIndexingMethod · 0.45
dfsIndexingMethod · 0.45
nextTokenMethod · 0.45
ProcessNewLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected