MCPcopy Index your code
hub / github.com/parse-community/parse-server / getLiveQueryController

Function getLiveQueryController

src/Controllers/index.js:135–137  ·  view source on GitHub ↗
(options: ParseServerOptions)

Source from the content-addressed store, hash-verified

133}
134
135export function getLiveQueryController(options: ParseServerOptions): LiveQueryController {
136 return new LiveQueryController(options.liveQuery);
137}
138
139export function getDatabaseController(options: ParseServerOptions): DatabaseController {
140 const { databaseURI, collectionPrefix, databaseOptions } = options;

Callers 1

getControllersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected