MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / addNode

Function addNode

frontend/src/hooks/useRemoteNode.ts:70–75  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

68 });
69
70 const addNode = async (data: any) => {
71 await addNodeApi().execute({
72 data
73 });
74 await refresh(true);
75 };
76
77 const deleteNode = async (uuid: string) => {
78 await deleteNodeApi().execute({

Callers

nothing calls this directly

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected