MCPcopy
hub / github.com/remix-run/remix / execute

Function execute

packages/data-table/test/recording-adapter.ts:52–60  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

50 return [] satisfies SqlStatement[]
51 },
52 async execute(request) {
53 requests.push(request)
54
55 if (options.execute) {
56 return await options.execute(request)
57 }
58
59 return {}
60 },
61 async executeScript() {},
62 async hasTable() {
63 return true

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…