MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / clearExtraPropValue

Method clearExtraPropValue

packages/core/src/document/node/node.ts:431–433  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

429 }
430
431 clearExtraPropValue(key: string): void {
432 this.getProp(getConvertedExtraKey(key), false)?.unset()
433 }
434
435 clearPropValue(path: string): void {
436 this.getProp(path, false)?.unset()

Callers

nothing calls this directly

Calls 3

getPropMethod · 0.95
getConvertedExtraKeyFunction · 0.90
unsetMethod · 0.80

Tested by

no test coverage detected