MCPcopy Index your code
hub / github.com/learning-zone/nodejs-basics / initial

Function initial

node-jwt-mysql-auth/server.js:45–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43});
44
45function initial() {
46 Role.create({
47 id: 1,
48 name: "user"
49 });
50
51 Role.create({
52 id: 2,
53 name: "moderator"
54 });
55
56 Role.create({
57 id: 3,
58 name: "admin"
59 });
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected