MCPcopy
hub / github.com/firecrawl/firecrawl / get

Function get

apps/api/src/db/connection.ts:98–104  ·  view source on GitHub ↗
(_target, prop, receiver)

Source from the content-addressed store, hash-verified

96 {},
97 {
98 get(_target, prop, receiver) {
99 const client = get();
100 if (client === null) {
101 throw new Error(`${name} is not configured.`);
102 }
103 return Reflect.get(client, prop, receiver);
104 },
105 },
106 ) as DB;
107}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected