Move Probe::DoMapField into a free function
There is not point of having the DoMapField
as a method of Probe
. Move it into its own free function, inline with how other filters do.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
There is not point of having the DoMapField
as a method of Probe
. Move it into its own free function, inline with how other filters do.