MCPcopy Create free account
hub / github.com/DTStack/molecule / append

Method append

src/common/treeUtil.ts:76–76  ·  view source on GitHub ↗

* Append an object into tree * @param obj * @param destId

(obj: T, destId: UniqueId)

Source from the content-addressed store, hash-verified

74 * @param destId
75 */
76 append(obj: T, destId: UniqueId): IMapNode<T> | null;
77}
78
79interface IMapNode<T> {

Callers 9

group.test.tsxFile · 0.65
menubar.test.tsxFile · 0.65
tooltip.test.tsxFile · 0.65
MenuBarControllerClass · 0.65
treeUtil.test.tsFile · 0.65
appendMenuMethod · 0.65
addSettingsItemMethod · 0.65
openFileFunction · 0.65
activateFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected