Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ removeCookie
Function
removeCookie
test/unit/test-cid-api.js:16–18 ·
view source on GitHub ↗
(cookieName)
Source
from the content-addressed store, hash-verified
14
}
15
16
function
removeCookie(cookieName) {
17
setCookie(win, cookieName,
''
, 0);
18
}
19
20
beforeEach(() => {
21
win = env.win;
Callers
1
test-cid-api.js
File · 0.85
Calls
1
setCookie
Function · 0.90
Tested by
no test coverage detected