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

Method getExtraProp

packages/core/src/document/node/node.ts:407–409  ·  view source on GitHub ↗
(key: string, createIfNone = true)

Source from the content-addressed store, hash-verified

405 }
406
407 getExtraProp(key: string, createIfNone = true) {
408 return this.getProp(getConvertedExtraKey(key), createIfNone)
409 }
410
411 setExtraProp(key: string, value: PropValue) {
412 this.getProp(getConvertedExtraKey(key), true)?.setValue(value)

Callers 6

titleMethod · 0.95
hasConditionMethod · 0.95
hasLoopMethod · 0.95
fileNameMethod · 0.80
getExtraPropValueMethod · 0.80
setExtraPropValueMethod · 0.80

Calls 2

getPropMethod · 0.95
getConvertedExtraKeyFunction · 0.90

Tested by

no test coverage detected