Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ampproject/amphtml
/ getTemplateClassForTesting
Function
getTemplateClassForTesting
src/service/template-impl.js:366–368 ·
view source on GitHub ↗
(templates, type)
Source
from the content-addressed store, hash-verified
364
* @visibleForTesting
365
*/
366
export
function
getTemplateClassForTesting(templates,
type
) {
367
return
templates.templateClassMap_[
type
];
368
}
Callers
1
test-extensions.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected