MCPcopy Create free account
hub / github.com/comaps/comaps / Line

Method Line

libs/indexer/drawing_rules.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146public:
147 explicit Line(LineRuleProto const & r) : m_line(r)
148 {
149 ASSERT(r.has_pathsym() || r.width() > 0, ("Zero width line w/o path symbol)"));
150 }
151
152 virtual LineRuleProto const * GetLine() const { return &m_line; }
153};

Callers

nothing calls this directly

Calls 3

ASSERTFunction · 0.85
has_pathsymMethod · 0.60
widthMethod · 0.45

Tested by

no test coverage detected