MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getElement

Function getElement

src/lib/console.js:371–375  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

369 }
370
371 function getElement(type) {
372 return tag("c-text", {
373 className: `__c-${type}`,
374 });
375 }
376
377 /** @type {import("acorn").Options} */
378 const acornOptions = {

Callers 3

getBodyFunction · 0.85
getValFunction · 0.85
logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected