MCPcopy Index your code
hub / github.com/streamlit/streamlit / appRootWithLogo

Method appRootWithLogo

frontend/lib/src/render-tree/AppRoot.ts:231–236  ·  view source on GitHub ↗
(logo: Logo, metadata: LogoMetadata)

Source from the content-addressed store, hash-verified

229 }
230
231 public appRootWithLogo(logo: Logo, metadata: LogoMetadata): AppRoot {
232 return new AppRoot(this.mainScriptHash, this.root, {
233 logo,
234 ...metadata,
235 })
236 }
237
238 public applyDelta(
239 scriptRunId: string,

Callers 2

AppRoot.test.tsFile · 0.80
AppClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected