MCPcopy Index your code
hub / github.com/ampproject/amphtml / getVariableRequest

Function getVariableRequest

build-system/server/variable-substitution.js:117–120  ·  view source on GitHub ↗

* @param {*} _req require('express').Request * @param {*} res require('express').Response

(_req, res)

Source from the content-addressed store, hash-verified

115 * @param {*} res require('express').Response
116 */
117function getVariableRequest(_req, res) {
118 res.json({'Results': variableSubstitution, 'URL': url});
119 return;
120}
121
122module.exports = {
123 getVariableRequest,

Callers

nothing calls this directly

Calls 1

jsonMethod · 0.45

Tested by

no test coverage detected