Skip to content

Rename detector function name

Jin Zhang requested to merge rename-detector-function-name into master

This MR follows !263 (merged) to change the detector function name,

Following are the rules:

public function as CamelCase(), protected/private function as lower_case()

Simultaneously, Name() changes to GetName() and Type() changes to GetType()

Edited by Jin Zhang

Merge request reports