Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulleDemon/PyUIBuilder
/ getVariableName
Function
getVariableName
src/canvas/widgets/base.js:408–410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
406
}
407
408
getVariableName() {
409
return
toSnakeCase(this.state.widgetName)
410
}
411
412
getWidgetName() {
413
return
this.state.widgetName
Callers
nothing calls this directly
Calls
1
toSnakeCase
Function · 0.90
Tested by
no test coverage detected