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

Method getColumnNames

external/.scrollLibs.js:15688–15690  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15686 return this.atoms.join((language || this).atomBreakSymbol)
15687 }
15688 getColumnNames() {
15689 return this._getUnionNames()
15690 }
15691 getOneHot(column) {
15692 const clone = this.clone()
15693 const cols = Array.from(new Set(clone.getColumn(column)))

Callers

nothing calls this directly

Calls 1

_getUnionNamesMethod · 0.95

Tested by

no test coverage detected