Change detectDataType to return only data type
Currently, detectDataType returns a tuple of data type and the channel that was used to detect the data type. This merge request changes detectDataType to return only the data type. This change makes the function's name matches its effect better, and also remove the unused channel return value. #30 (closed).8
Edited by Kien Le
Merge request reports
Activity
Filter activity
added For: Software PriorityHigh Type: Bug Type: Cleanup labels
requested review from @ldam
added 7 commits
-
6ef51f22...6db5d972 - 5 commits from branch
master
- fe6cc892 - Make detectDataType returns only data type
- 75fd4667 - Update usages of detectDataType
-
6ef51f22...6db5d972 - 5 commits from branch
mentioned in commit 1019d13a
Please register or sign in to reply