Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
23
const
debug = (...args: any[]) => {
24
// console.log(args);
25
};
26
27
/** Reconciler config */
28
class
HostConfig
Callers
13
appendInitialChild
Method · 0.85
prepareUpdate
Method · 0.85
createTextInstance
Method · 0.85
appendChildToContainer
Method · 0.85
appendChild
Method · 0.85
commitTextUpdate
Method · 0.85
commitMount
Method · 0.85
replaceContainerChildren
Method · 0.85
resetTextContent
Method · 0.85
insertBefore
Method · 0.85
insertInContainerBefore
Method · 0.85
removeChild
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected