| 590 | } |
| 591 | |
| 592 | type agentCoreNetworkStore struct { |
| 593 | ListNetworkMessagesFn func(context.Context, store.NetworkMessageQuery) ([]store.NetworkMessageEntry, error) |
| 594 | } |
| 595 | |
| 596 | func (s agentCoreNetworkStore) ResolveDirectRoom( |
| 597 | context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected