| 768 | } |
| 769 | |
| 770 | type sessionData struct { |
| 771 | request_id int32 |
| 772 | } |
| 773 | |
| 774 | // An example of using [NewStoreWithData] to associate arbitrary data with a [Store], accessible in |
| 775 | // a callback function via [Caller.Data] |
nothing calls this directly
no outgoing calls
no test coverage detected