SetPath setting path scanner
(path string)
| 171 | |
| 172 | // SetPath setting path scanner |
| 173 | func (s *Scanner) SetPath(path string) { |
| 174 | s.Path = path |
| 175 | } |
| 176 | |
| 177 | // Search search signature |
| 178 | func (s *Scanner) Search(code string) ([]*Result, error) { |
no outgoing calls