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

Function deleteNode

frontend/src/hooks/useRemoteNode.ts:77–84  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

75 };
76
77 const deleteNode = async (uuid: string) => {
78 await deleteNodeApi().execute({
79 params: {
80 uuid
81 }
82 });
83 await refresh(true);
84 };
85
86 const updateNode = async (uuid: string, data: any) => {
87 const { execute } = editNodeApi();

Callers

nothing calls this directly

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected