MCPcopy
hub / github.com/maxchehab/phelia / debug

Function debug

src/core/reconciler.ts:23–25  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

21
22/** A function to help debug errors */
23const debug = (...args: any[]) => {
24 // console.log(args);
25};
26
27/** Reconciler config */
28class HostConfig

Callers 13

appendInitialChildMethod · 0.85
prepareUpdateMethod · 0.85
createTextInstanceMethod · 0.85
appendChildMethod · 0.85
commitTextUpdateMethod · 0.85
commitMountMethod · 0.85
resetTextContentMethod · 0.85
insertBeforeMethod · 0.85
removeChildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected