MCPcopy Create free account
hub / github.com/Tencent/QMUI_Web / scriptTemplate

Function scriptTemplate

workflow/basicTasks/merge.js:34–34  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

32
33 const linkTemplate = (href) => '<link rel="stylesheet" href="' + href + '"/>';
34 const scriptTemplate = (src) => '<script type="text/javascript" src="' + src + '"></script>';
35
36 const getReference = (reg, contents) => {
37 let result;

Callers 1

getTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected