Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ getParam
Method
getParam
src/service/viewer-impl.js:325–327 ·
view source on GitHub ↗
@override
(name)
Source
from the content-addressed store, hash-verified
323
324
/** @override */
325
getParam(name) {
326
return
this.ampdoc.getParam(name);
327
}
328
329
/** @override */
330
hasCapability(name) {
Callers
4
constructor
Method · 0.45
initMessagingChannel_
Method · 0.45
hasCapability
Method · 0.45
isWebviewEmbedded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected