MCPcopy
hub / github.com/remotely-save/remotely-save / stringToFragment

Function stringToFragment

src/misc.ts:522–526  ·  view source on GitHub ↗
(string: string)

Source from the content-addressed store, hash-verified

520 * @returns
521 */
522export const stringToFragment = (string: string) => {
523 const wrapper = document.createElement("template");
524 wrapper.innerHTML = string;
525 return wrapper.content;
526};
527
528/**
529 * https://stackoverflow.com/questions/39538473/using-settimeout-on-promise-chain

Callers 15

onOpenMethod · 0.90
onOpenMethod · 0.90
displayMethod · 0.90
onOpenMethod · 0.90
onOpenMethod · 0.90
onOpenMethod · 0.90
generateBoxSettingsPartFunction · 0.90
onOpenMethod · 0.90
generateProSettingsPartFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected