MCPcopy Create free account

hub / github.com/PacktPublishing/Deno-Web-Development / functions

Functions370 in github.com/PacktPublishing/Deno-Web-Development

↓ 14 callersMethodgenerateToken
* Generates and persists the token for the provided userId * * @param userId the userId to generate the token for
Chapter06/jwt-auth/repository.ts:54
↓ 14 callersMethodget
(id: string)
Chapter09/museums-api/src/museums/repository.ts:6
↓ 11 callersMethodget
(id: string)
Chapter08/sections/7-final-tested-version/museums-api/src/museums/repository.ts:6
↓ 10 callersMethodget
(id: string)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/museums/repository.ts:6
↓ 10 callersMethodget
(id: string)
Chapter08/sections/3-testing-the-web-layer/museums-api/src/museums/repository.ts:6
↓ 10 callersMethodlogin
(payload: LoginPayload)
Chapter09/museums-api/src/users/controller.ts:59
↓ 9 callersFunctiongetClient
(config: Config)
Chapter09/museums-api/src/client/index.ts:11
↓ 8 callersMethodget
(id: string)
Chapter07/sections/3-deno-on-the-browser/museums-api/src/museums/repository.ts:6
↓ 8 callersMethodget
(id: string)
Chapter08/sections/1-writing-the-first-test/museums-api/src/museums/repository.ts:6
↓ 8 callersMethodget
(id: string)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/museums/repository.ts:6
↓ 8 callersMethodget
(id: string)
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/museums/repository.ts:6
↓ 8 callersMethodget
(id: string)
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/museums/repository.ts:6
↓ 7 callersMethodget
(id: string)
Chapter07/sections/2-extracting-configuration-and-secrets/museums-api/src/museums/repository.ts:6
↓ 7 callersMethodregister
(payload: RegisterPayload)
Chapter09/museums-api/src/users/controller.ts:47
↓ 6 callersMethodcreate
(user: CreateUser)
Chapter09/museums-api/src/users/repository/mongoDb.ts:15
↓ 6 callersMethodcreate
(user: CreateUser)
Chapter08/sections/7-final-tested-version/museums-api/src/users/repository/mongoDb.ts:15
↓ 5 callersMethodgetAll
()
Chapter09/museums-api/src/museums/repository.ts:10
↓ 5 callersMethodgetAll
()
Chapter08/sections/7-final-tested-version/museums-api/src/museums/repository.ts:10
↓ 5 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter09/museums-api/src/users/util.ts:4
↓ 5 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/7-final-tested-version/museums-api/src/users/util.ts:4
↓ 5 callersMethodlogin
(payload: LoginPayload)
Chapter08/sections/7-final-tested-version/museums-api/src/users/controller.ts:59
↓ 5 callersMethodregister
(payload: RegisterPayload)
Chapter08/sections/7-final-tested-version/museums-api/src/users/controller.ts:47
↓ 4 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter09/museums-api/src/web/index.ts:28
↓ 4 callersFunctioncreateTestServer
(options?: CreateServerDependencies)
Chapter09/museums-api/src/index.test.ts:40
↓ 4 callersFunctioncreateTestServer
(options?: CreateServerDependencies)
Chapter09/museums-api/src/web/index.test.ts:6
↓ 4 callersFunctioncreateTestServer
(options?: CreateServerDependencies)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/index.test.ts:40
↓ 4 callersFunctioncreateTestServer
(options?: CreateServerDependencies)
Chapter08/sections/7-final-tested-version/museums-api/src/index.test.ts:40
↓ 4 callersFunctioncreateTestServer
(options?: CreateServerDependencies)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/index.test.ts:40
↓ 4 callersFunctioncreateWebServerAndHandle
(addr: string)
Chapter09/museums-api/src/client/index.test.ts:19
↓ 4 callersMethodget
(id: string)
Chapter07/sections/1-enabling-cors-and-https/museums-api/src/museums/repository.ts:6
↓ 4 callersMethodget
(id: string)
Chapter06/sections/3-adding-authorization/museums-api/src/museums/repository.ts:6
↓ 4 callersMethodget
(id: string)
Chapter06/sections/4-connecting-to-mongodb/museums-api/src/museums/repository.ts:6
↓ 4 callersMethodget
(id: string)
Chapter06/sections/1-adding-middlewares/museums-api/src/museums/repository.ts:6
↓ 4 callersMethodget
(id: string)
Chapter06/sections/2-adding-authentication/museums-api/src/museums/repository.ts:6
↓ 3 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/web/index.ts:22
↓ 3 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter08/sections/7-final-tested-version/museums-api/src/web/index.ts:22
↓ 3 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/web/index.ts:22
↓ 3 callersFunctioncreateTestServer
(options: any = {})
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/index.test.ts:38
↓ 3 callersFunctioncreateTestServer
(options?: CreateServerDependencies)
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/index.test.ts:39
↓ 3 callersMethodexists
(username: string)
Chapter09/museums-api/src/users/repository/mongoDb.ts:22
↓ 3 callersMethodexists
(username: string)
Chapter08/sections/7-final-tested-version/museums-api/src/users/repository/mongoDb.ts:22
↓ 3 callersMethodgetAll
()
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/museums/repository.ts:10
↓ 3 callersMethodgetAll
()
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/museums/repository.ts:10
↓ 3 callersMethodgetAll
()
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/museums/repository.ts:10
↓ 3 callersMethodgetAll
()
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/museums/repository.ts:10
↓ 3 callersMethodgetAll
()
Chapter08/sections/3-testing-the-web-layer/museums-api/src/museums/repository.ts:10
↓ 3 callersMethodgetByUsername
(username: string)
Chapter09/museums-api/src/users/repository/mongoDb.ts:26
↓ 3 callersMethodgetByUsername
(username: string)
Chapter08/sections/7-final-tested-version/museums-api/src/users/repository/mongoDb.ts:26
↓ 3 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/users/util.ts:4
↓ 2 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/web/index.ts:22
↓ 2 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/web/index.ts:22
↓ 2 callersFunctioncreateServer
({ configuration: { port, authorization, allowedOrigins, secure, keyFile, certFile,
Chapter08/sections/3-testing-the-web-layer/museums-api/src/web/index.ts:22
↓ 2 callersFunctiongenerateSalt
()
Chapter09/museums-api/src/users/util.ts:12
↓ 2 callersFunctiongenerateSalt
()
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/users/util.ts:12
↓ 2 callersFunctiongenerateSalt
()
Chapter08/sections/7-final-tested-version/museums-api/src/users/util.ts:12
↓ 2 callersMethodget
(id: string)
Chapter05/sections/3-adding-users-to-the-application/museums-api/src/museums/repository.ts:6
↓ 2 callersMethodgetAll
()
Chapter08/sections/1-writing-the-first-test/museums-api/src/museums/repository.ts:10
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter07/sections/3-deno-on-the-browser/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter07/sections/2-extracting-configuration-and-secrets/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter07/sections/1-enabling-cors-and-https/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter06/sections/3-adding-authorization/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter06/sections/4-connecting-to-mongodb/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter06/sections/2-adding-authentication/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/1-writing-the-first-test/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/users/util.ts:4
↓ 2 callersFunctionhashWithSalt
(password: string, salt: string)
Chapter08/sections/3-testing-the-web-layer/museums-api/src/users/util.ts:4
↓ 2 callersMethodloadFixtures
(museums: Museum[])
Chapter09/museums-api/src/museums/repository.ts:14
↓ 2 callersMethodloadFixtures
(museums: Museum[])
Chapter08/sections/7-final-tested-version/museums-api/src/museums/repository.ts:14
↓ 2 callersFunctionlogin
(username: string, password: string)
Chapter09/museums-api/src/index.test.ts:27
↓ 2 callersFunctionlogin
(username: string, password: string)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/index.test.ts:27
↓ 2 callersFunctionlogin
(username: string, password: string)
Chapter08/sections/7-final-tested-version/museums-api/src/index.test.ts:27
↓ 2 callersFunctionlogin
(username: string, password: string)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/index.test.ts:27
↓ 2 callersFunctionlogin
(username: string, password: string)
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/index.test.ts:25
↓ 2 callersFunctionlogin
(username: string, password: string)
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/index.test.ts:26
↓ 2 callersMethodlogin
(payload: LoginPayload)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/users/controller.ts:59
↓ 2 callersMethodlogin
(payload: LoginPayload)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/users/controller.ts:59
↓ 2 callersFunctionregister
(username: string, password: string)
Chapter09/museums-api/src/index.test.ts:14
↓ 2 callersFunctionregister
(username: string, password: string)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/index.test.ts:14
↓ 2 callersFunctionregister
(username: string, password: string)
Chapter08/sections/7-final-tested-version/museums-api/src/index.test.ts:14
↓ 2 callersFunctionregister
(username: string, password: string)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/index.test.ts:14
↓ 2 callersFunctionregister
(username: string, password: string)
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/index.test.ts:12
↓ 2 callersFunctionregister
(username: string, password: string)
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/index.test.ts:13
↓ 2 callersMethodregister
(payload: RegisterPayload)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/users/controller.ts:47
↓ 2 callersMethodregister
(payload: RegisterPayload)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/users/controller.ts:47
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter07/sections/3-deno-on-the-browser/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter07/sections/2-extracting-configuration-and-secrets/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter07/sections/1-enabling-cors-and-https/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter06/sections/3-adding-authorization/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter06/sections/4-connecting-to-mongodb/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter06/sections/2-adding-authentication/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter09/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/1-writing-the-first-test/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/6-bencmarking-parts-of-the-application/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/7-final-tested-version/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/5-testing-the-application-with-the-client/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/2-writing-the-first-integration-test/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/4-creating-integration-tests-for-the-application/museums-api/src/users/adapter.ts:3
↓ 2 callersFunctionuserToUserDto
(user: User)
Chapter08/sections/3-testing-the-web-layer/museums-api/src/users/adapter.ts:3
next →1–100 of 370, ranked by callers