MCPcopy
hub / github.com/streamlit/streamlit / debug

Method debug

frontend/lib/src/render-tree/AppNode.interface.ts:109–109  ·  view source on GitHub ↗

* Print a tree-like representation of this node and its children for debugging. * Uses the DebugVisitor internally.

()

Source from the content-addressed store, hash-verified

107 * Uses the DebugVisitor internally.
108 */
109 debug(): string
110}

Callers 15

cleanupMethod · 0.65
AppRoot.test.tsFile · 0.65
constructorMethod · 0.65
set_cookie_with_chunksFunction · 0.65
__init__Method · 0.65
get_repo_infoMethod · 0.65
register_componentMethod · 0.65
start_file_watchingMethod · 0.65

Implementers 3

TransientNodefrontend/lib/src/render-tree/Transient
ElementNodefrontend/lib/src/render-tree/ElementNo
BlockNodefrontend/lib/src/render-tree/BlockNode

Calls

no outgoing calls

Tested by

no test coverage detected