MCPcopy
hub / github.com/streamlit/streamlit / getIn

Function getIn

frontend/lib/src/render-tree/BlockNode.test.ts:31–33  ·  view source on GitHub ↗
(node: AppNode, path: number[])

Source from the content-addressed store, hash-verified

29])
30
31function getIn(node: AppNode, path: number[]): AppNode | undefined {
32 return GetNodeByDeltaPathVisitor.getNodeAtPath(node, path)
33}
34
35describe("BlockNode", () => {
36 describe("BlockNode.setIn (via SetNodeByDeltaPathVisitor)", () => {

Callers 1

BlockNode.test.tsFile · 0.85

Calls 1

getNodeAtPathMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…