MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / removeElement

Method removeElement

packages/sdk/src/session.ts:139–141  ·  view source on GitHub ↗
(id: HfId)

Source from the content-addressed store, hash-verified

137 }
138
139 removeElement(id: HfId): void {
140 this.dispatch({ type: "removeElement", target: id });
141 }
142
143 addElement(parent: HfId | null, index: number, html: string): HfId {
144 const result = this._dispatch({ type: "addElement", parent, index, html }, ORIGIN_LOCAL);

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected