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

Function createFormsData

frontend/lib/src/WidgetStateManager.ts:100–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99/** Create an empty FormsData instance. */
100export function createFormsData(): FormsData {
101 return {
102 formsWithPendingChanges: new Set(),
103 formsWithUploads: new Set(),
104 submitButtons: new Map(),
105 }
106}
107
108const LOG = getLogger("WidgetStateManager")
109

Callers 9

renderWithContextsFunction · 0.90
defaultFormsDataFunction · 0.90
Form.test.tsxFile · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.85

Calls

no outgoing calls

Tested by 2

defaultFormsDataFunction · 0.72
constructorMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…