MCPcopy
hub / github.com/stutrek/scrollmonitor / beget

Method beget

src/container.ts:238–240  ·  view source on GitHub ↗

* @deprecated since version 1.1

(input: WatchItemInput, offsets?: Offsets)

Source from the content-addressed store, hash-verified

236 * @deprecated since version 1.1
237 */
238 beget(input: WatchItemInput, offsets?: Offsets) {
239 return this.create(input, offsets);
240 }
241}

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected