Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
function ping() {
13
fetch(URL +
"/ping"
).catch((e) => console.error(e));
14
}
15
16
async function cut(imageURI: string) {
17
const formData = new FormData();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected