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

Struct Scanner

tools/owl/scan/scanner.go:161–165  ·  view source on GitHub ↗

Scanner universal scanner

Source from the content-addressed store, hash-verified

159
160// Scanner universal scanner
161type Scanner struct {
162 Matcher
163 Path string
164 Code string
165}
166
167// SetMatcher setting matcher scanner
168func (s *Scanner) SetMatcher(m Matcher) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected