MCPcopy Index your code
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / main.js

File main.js

Video 99/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const express = require('express')
2const app = express()
3const mongoose = require('mongoose');
4const Employee = require("./models/Employee")

Callers

nothing calls this directly

Calls 1

getRandomFunction · 0.85

Tested by

no test coverage detected