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

Method toString

packages/core/src/document/node/node.ts:349–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 }
348
349 toString() {
350 return this.id
351 }
352
353 hide(flag = true) {
354 this.setExtraProp('hidden', flag)

Callers 13

generateTypesFunction · 0.80
valueToSourceFunction · 0.80
initItemsMethod · 0.80
setPropValueMethod · 0.80
clearPropValueMethod · 0.80
getPropValueMethod · 0.80
pathMethod · 0.80
getValueMethod · 0.80
setValueMethod · 0.80
clearValueMethod · 0.80
formatDecimalFunction · 0.80
useCustomChatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected