| 733 | func (*InitializeResult) isResult() {} |
| 734 | |
| 735 | type InitializedParams struct { |
| 736 | // Meta is reserved by the protocol to allow clients and servers to attach |
| 737 | // additional metadata to their responses. |
| 738 | Meta `json:"_meta,omitempty"` |
| 739 | } |
| 740 | |
| 741 | func (x *InitializedParams) isParams() {} |
| 742 | func (x *InitializedParams) GetProgressToken() any { return getProgressToken(x) } |
nothing calls this directly
no outgoing calls
no test coverage detected