MCPcopy
hub / github.com/livebud/bud / join$1

Function join$1

package/svelte/compiler.js:6765–6771  ·  view source on GitHub ↗
(strings)

Source from the content-addressed store, hash-verified

6763 "#": "HASH"
6764 };
6765 var join$1 = (strings) => {
6766 let str = strings[0];
6767 for (let i = 1; i < strings.length; i += 1) {
6768 str += `_${id}_${i - 1}_${strings[i]}`;
6769 }
6770 return str.replace(/([@#])(\w+)/g, (_m, sigil, name) => `_${id}_${sigils[sigil]}_${name}`);
6771 };
6772 var flatten_body = (array, target) => {
6773 for (let i = 0; i < array.length; i += 1) {
6774 const statement = array[i];

Callers 3

bFunction · 0.85
xFunction · 0.85
pFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected