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

Method Parse

tools/track_analyzing/log_parser.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void LogParser::Parse(string const & logFile, MwmToTracks & mwmToTracks) const
105{
106 UserToTrack userToTrack;
107 ParseUserTracks(logFile, userToTrack);
108 SplitIntoMwms(userToTrack, mwmToTracks);
109}
110
111void LogParser::ParseUserTracks(string const & logFile, UserToTrack & userToTrack) const
112{

Callers 1

ParseTracksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected