Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NV404/gova
/ VStack
Function
VStack
layout.go:33–35 ·
view source on GitHub ↗
(children ...any)
Source
from the content-addressed store, hash-verified
31
)
32
33
func
VStack(children ...any) *viewNode {
34
return
stackNode(viewKindVStack, children)
35
}
36
37
func
HStack(children ...any) *viewNode {
38
return
stackNode(viewKindHStack, children)
Callers
11
TestTestRenderCounter
Function · 0.85
TestTestRenderFindByLabel
Function · 0.85
TestTestRenderToggle
Function · 0.85
TestTestRenderTextField
Function · 0.85
TestTestRenderNodeCount
Function · 0.85
TestTestRenderNestedComponent
Function · 0.85
TestViewTreeConstruction
Function · 0.85
TestNilChildrenSkipped
Function · 0.85
TestNestedComponentRendering
Function · 0.85
TestSiblingComponentsHaveIsolatedState
Function · 0.85
TestSiblingComponentStatePersistsAcrossRenders
Function · 0.85
Calls
1
stackNode
Function · 0.85
Tested by
11
TestTestRenderCounter
Function · 0.68
TestTestRenderFindByLabel
Function · 0.68
TestTestRenderToggle
Function · 0.68
TestTestRenderTextField
Function · 0.68
TestTestRenderNodeCount
Function · 0.68
TestTestRenderNestedComponent
Function · 0.68
TestViewTreeConstruction
Function · 0.68
TestNilChildrenSkipped
Function · 0.68
TestNestedComponentRendering
Function · 0.68
TestSiblingComponentsHaveIsolatedState
Function · 0.68
TestSiblingComponentStatePersistsAcrossRenders
Function · 0.68