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

Method getColumn

external/.scrollLibs.js:16173–16175  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

16171 console.log(message)
16172 }
16173 getColumn(path) {
16174 return this.map(particle => particle.get(path))
16175 }
16176 getFiltered(fn) {
16177 const clone = this.clone()
16178 clone

Callers 1

getOneHotMethod · 0.80

Calls 2

mapMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected