MCPcopy Create free account
hub / github.com/fmhy/edit / get

Method get

api/worker-configuration.d.ts:16037–16037  ·  view source on GitHub ↗

* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation. * @returns A Fetcher object that allows you to send requests to the Worker script. * @throws If the Worker script does not exist in this dispatch n

(
    name: string,
    args?: {
      [key: string]: any
    },
    options?: DynamicDispatchOptions
  )

Source from the content-addressed store, hash-verified

16035 * @throws If the Worker script does not exist in this dispatch namespace, an error will be thrown.
16036 */
16037 get(
16038 name: string,
16039 args?: {
16040 [key: string]: any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected