MCPcopy
hub / github.com/thx/rap2-delos / get

Method get

src/routes/utils/pagination.ts:165–168  ·  view source on GitHub ↗
(focus: any)

Source from the content-addressed store, hash-verified

163 }
164
165 public get(focus: any) {
166 if (focus !== undefined) return this.data[focus % this.data.length]
167 else return this.data[this.focus]
168 }
169
170 public toString() {
171 return JSON.stringify(this, undefined, 4)

Callers 15

test.module.jsFile · 0.80
test.mock.jsFile · 0.80
test.counter.jsFile · 0.80
test.account.jsFile · 0.80
test.interface.jsFile · 0.80
test.jsFile · 0.80
test.property.jsFile · 0.80
test.repository.jsFile · 0.80
helper.jsFile · 0.80
getCacheMethod · 0.80
analytics.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected