MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / callable

Function callable

helpers/api/client.js:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53 // a hack, so we can use field either as property or a method
54 const callable = () => {}
55 callable.url = apiUrl
56
57 return new Proxy(callable, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected