| 827 | func (x *ListResourcesResult) nextCursorPtr() *string { return &x.NextCursor } |
| 828 | |
| 829 | type ListRootsParams struct { |
| 830 | // This property is reserved by the protocol to allow clients and servers to |
| 831 | // attach additional metadata to their responses. |
| 832 | Meta `json:"_meta,omitempty"` |
| 833 | } |
| 834 | |
| 835 | func (x *ListRootsParams) isParams() {} |
| 836 | func (x *ListRootsParams) GetProgressToken() any { return getProgressToken(x) } |
nothing calls this directly
no outgoing calls
no test coverage detected