MCPcopy
hub / github.com/Tencent/CodeAnalysis / SetPath

Method SetPath

tools/owl/scan/scanner.go:173–175  ·  view source on GitHub ↗

SetPath setting path scanner

(path string)

Source from the content-addressed store, hash-verified

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

Callers 4

md5.goFile · 0.80
hex.goFile · 0.80
run.goFile · 0.80
TestScannerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestScannerFunction · 0.64