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

Method DecodeName

libs/ge0/parser.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135std::string Ge0Parser::DecodeName(std::string name)
136{
137 ValidateName(name);
138 name = url::UrlDecode(name);
139 SpacesToUnderscore(name);
140 return name;
141}
142
143void Ge0Parser::SpacesToUnderscore(std::string & name)
144{

Callers

nothing calls this directly

Calls 1

UrlDecodeFunction · 0.85

Tested by

no test coverage detected