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

Class

src/Controllers/AnalyticsController.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { AnalyticsAdapter } from '../Adapters/Analytics/AnalyticsAdapter';
3
4export class AnalyticsController extends AdaptableController {
5 appOpened(req) {
6 return Promise.resolve()
7 .then(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected