MCPcopy Index your code
hub / github.com/goinaction/code / defaultMatcher

Struct defaultMatcher

chapter2/sample/search/default.go:4–4  ·  view source on GitHub ↗

defaultMatcher implements the default matcher.

Source from the content-addressed store, hash-verified

2
3// defaultMatcher implements the default matcher.
4type defaultMatcher struct{}
5
6// init registers the default matcher with the program.
7func init() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected