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

Method getAtomsAsSet

external/.scrollLibs.js:17445–17447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17443 return this
17444 }
17445 getAtomsAsSet() {
17446 return new Set(this.getAtomsFrom(1))
17447 }
17448 appendAtomIfMissing(atom) {
17449 if (this.getAtomsAsSet().has(atom)) return this
17450 return this.appendAtom(atom)

Callers 1

appendAtomIfMissingMethod · 0.95

Calls 1

getAtomsFromMethod · 0.95

Tested by

no test coverage detected