MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / create

Function create

packages/core/fumadb/test/shared.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 return {
38 ...options,
39 create(): Pool {
40 return options.create(options.url);
41 },
42 };
43}
44

Callers

nothing calls this directly

Calls 1

createClientFunction · 0.50

Tested by

no test coverage detected