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

Method render

package/svelte/compiler.js:98–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 this.current_children = this.current_timing ? this.current_timing.children : this.timings;
97 }
98 render() {
99 const timings = Object.assign({
100 total: now() - this.start_time
101 }, collapse_timings(this.timings));
102 return {
103 timings
104 };
105 }
106 };
107 var reservedWords = {
108 3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",

Callers 15

add_event_handlerFunction · 0.45
render_elementMethod · 0.45
add_bindingsMethod · 0.45
add_attributesMethod · 0.45
render_static_keyMethod · 0.45
render_dynamic_keyMethod · 0.45
constructorMethod · 0.45
domFunction · 0.45
AwaitBlock$1Function · 0.45
EachBlock$1Function · 0.45
Element$1Function · 0.45

Calls 15

collapse_timingsFunction · 0.85
xFunction · 0.85
bFunction · 0.85
pFunction · 0.85
add_event_handlersFunction · 0.85
add_actionsFunction · 0.85
add_to_setFunction · 0.85
add_const_tagsFunction · 0.85
optimize_styleFunction · 0.85
is_dynamic$1Function · 0.85
string_literalFunction · 0.85
get_dom_updaterFunction · 0.85

Tested by

no test coverage detected