MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / Clear

Method Clear

internal/ui/components/node_details.go:45–47  ·  view source on GitHub ↗

Clear wraps the table Clear method to satisfy the interface.

()

Source from the content-addressed store, hash-verified

43
44// Clear wraps the table Clear method to satisfy the interface.
45func (nd *NodeDetails) Clear() *tview.Table {
46 return nd.Table.Clear()
47}
48
49// SetApp sets the parent app reference for focus management.
50func (nd *NodeDetails) SetApp(app *App) {

Callers 1

UpdateMethod · 0.95

Calls 1

ClearMethod · 0.65

Tested by

no test coverage detected