MCPcopy Index your code
hub / github.com/clips/pattern / include

Function include

pattern/canvas.js:2166–2171  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

2164/*--- INCLUDE --------------------------------------------------------------------------------------*/
2165
2166function include(url) {
2167 /* Imports the given JavaScript library,
2168 * from a local path (e.g., "graph.js") or a remote URL (e.g., "http://domain.com/graph.js").
2169 */
2170 cache.script(url);
2171}
2172
2173/*--- ASYNCHRONOUS REQUEST -------------------------------------------------------------------------*/
2174

Callers

nothing calls this directly

Calls 1

scriptMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…