MCPcopy Create free account
hub / github.com/error311/FileRise / insertAfter

Function insertAfter

public/js/auth.js:314–316  ·  view source on GitHub ↗
(newNode, referenceNode)

Source from the content-addressed store, hash-verified

312}
313
314function insertAfter(newNode, referenceNode) {
315 referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
316}
317
318async function fetchProfilePicture() {
319 try {

Callers 1

updateAuthenticatedUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected