MCPcopy
hub / github.com/cyrildiagne/ar-cutpaste / ping

Function ping

app/components/Server.tsx:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12function ping() {
13 fetch(URL + "/ping").catch((e) => console.error(e));
14}
15
16async function cut(imageURI: string) {
17 const formData = new FormData();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected