Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fields2Cover/Fields2Cover
/ length
Method
length
src/fields2cover/types/MultiLineString.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
double MultiLineString::length() const {
36
return this->data_->get_Length();
37
}
38
39
void MultiLineString::operator*=(double b) {
40
for (auto&& r : *this) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected