Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelcontextprotocol/go-sdk
/ ListTestParams
Struct
ListTestParams
mcp/client_test.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
ListTestParams
struct
{
24
Cursor string
25
}
26
27
func
(p *ListTestParams) cursorPtr() *string {
28
return
&p.Cursor
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected