Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ amountOfLines
Method
amountOfLines
tests/CppUTest/JUnitOutputTest.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
size_t amountOfLines()
81
{
82
buffer_.split(
"\n"
, linesOfFile_);
83
return linesOfFile_.size();
84
}
85
86
SimpleString content()
87
{
Callers
nothing calls this directly
Calls
2
split
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected