MCPcopy Create free account
hub / github.com/breck7/scroll / hasDuplicateCues

Method hasDuplicateCues

external/.scrollLibs.js:15392–15394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15390 return this.isBlankLine()
15391 }
15392 hasDuplicateCues() {
15393 return this.length ? new Set(this.getCues()).size !== this.length : false
15394 }
15395 isEmpty() {
15396 return !this.length && !this.content
15397 }

Callers 2

_isYamlListMethod · 0.95
_getNonMapsMethod · 0.95

Calls 1

getCuesMethod · 0.95

Tested by

no test coverage detected