Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ analytics.js
File
analytics.js
build-system/server/routes/analytics.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
router = require(
'express'
).Router();
2
const
{log} = require(
'../amp4test'
);
3
4
router.post(
'/rewriter'
, (req, res) => {
Callers
nothing calls this directly
Calls
5
assign
Method · 0.80
log
Function · 0.50
parse
Method · 0.45
json
Method · 0.45
send
Method · 0.45
Tested by
no test coverage detected