MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / get

Method get

lib/requests/login-request.mjs:34–37  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

32 }
33
34 static get (req, res) {
35 const request = LoginRequest.fromParams(req, res)
36 request.renderForm(null, req)
37 }
38
39 static loginPassword (req, res) {
40 debug('Logging in via username + password')

Callers 8

getFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
putValidRdfFunction · 0.45
addCorsProxyHandlerFunction · 0.45
middlewareFunction · 0.45
middlewareFunction · 0.45
isEmptyTokenFunction · 0.45

Calls 2

fromParamsMethod · 0.45
renderFormMethod · 0.45

Tested by

no test coverage detected