Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ ShowInteractiveList
Function
ShowInteractiveList
pkg/console/list_wasm.go:7–9 ·
view source on GitHub ↗
(title string, items []ListItem)
Source
from the content-addressed store, hash-verified
5
import
"errors"
6
7
func
ShowInteractiveList(title string, items []ListItem) (string, error) {
8
return
""
, errors.New(
"interactive list not available in Wasm"
)
9
}
Callers
1
showInteractiveMCPWorkflowSelection
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected