MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / size

Method size

cp-profiler/src/cpprofiler/utils/array.hh:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116template <typename T>
117int Array<T>::size() const
118{
119 return m_size;
120}
121
122} // namespace utils
123} // namespace cpprofiler

Callers 15

FileDiffMethod · 0.45
applyMethod · 0.45
addRecentProjectMethod · 0.45
addRecentFileMethod · 0.45
loadFileMethod · 0.45
currentMethod · 0.45
ThemeManagerClass · 0.45
HighlighterMethod · 0.45
setEditorFontMethod · 0.45
highlightBlockMethod · 0.45
setThemeMethod · 0.45

Calls

no outgoing calls

Tested by 6

testFindReplaceMethod · 0.36
testProject106GoodMethod · 0.36
testProject106BadMethod · 0.36
testProject105GoodMethod · 0.36
testProject105BadMethod · 0.36
testDiffMethod · 0.36