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

Function GetTransitTextColorName

libs/drape_frontend/color_constants.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116ColorConstant GetTransitTextColorName(ColorConstant const & localName)
117{
118 return kTransitColorPrefix + kTransitTextPrefix + localName;
119}
120
121bool IsTransitColor(ColorConstant const & constant)
122{

Callers 5

AddEdgePTForSubrouteMethod · 0.85
AddGatePTForSubrouteMethod · 0.85
json_object_foreachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected