MCPcopy
hub / github.com/larksuite/cli / Contains

Method Contains

internal/qualitygate/rules/errorfacts.go:67–70  ·  view source on GitHub ↗
(path string, line int)

Source from the content-addressed store, hash-verified

65}
66
67func (b BoundaryIndex) Contains(path string, line int) bool {
68 _, ok := b.commandAt(path, line)
69 return ok
70}
71
72func (b BoundaryIndex) commandAt(path string, line int) (string, bool) {
73 if b.Lines == nil {

Calls 1

commandAtMethod · 0.95