MCPcopy
hub / github.com/rrweb-io/rrweb / getId

Function getId

packages/rrweb/src/utils.ts:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37export let _mirror: DeprecatedMirror = {
38 map: {},
39 getId() {
40 console.error(DEPARTED_MIRROR_ACCESS_WARNING);
41 return -1;
42 },
43 getNode() {
44 console.error(DEPARTED_MIRROR_ACCESS_WARNING);
45 return null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected