MCPcopy
hub / github.com/livebud/bud / constructor

Method constructor

package/svelte/compiler.js:40–42  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

38 // shimssr.ts
39 var URL = class {
40 constructor(url) {
41 console.log(url);
42 }
43 };
44 var self = {
45 performance: {

Callers

nothing calls this directly

Calls 15

create_scopesFunction · 0.85
walkFunction · 0.85
extract_identifiersFunction · 0.85
map_childrenFunction · 0.85
get_const_tagsFunction · 0.85
unpack_destructuringFunction · 0.85
sanitizeFunction · 0.85
isEmptyNodeFunction · 0.85
add_to_setFunction · 0.85
cloneFunction · 0.85
get_objectFunction · 0.85
isElementFunction · 0.85

Tested by

no test coverage detected