MCPcopy Create free account
hub / github.com/daodst/chat / PerformInboundPeek

Method PerformInboundPeek

roomserver/api/api_trace.go:125–133  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *PerformInboundPeekRequest,
	res *PerformInboundPeekResponse,
)

Source from the content-addressed store, hash-verified

123}
124
125func (t *RoomserverInternalAPITrace) PerformInboundPeek(
126 ctx context.Context,
127 req *PerformInboundPeekRequest,
128 res *PerformInboundPeekResponse,
129) error {
130 err := t.Impl.PerformInboundPeek(ctx, req, res)
131 util.GetLogger(ctx).Infof("PerformInboundPeek req=%+v res=%+v", js(req), js(res))
132 return err
133}
134
135func (t *RoomserverInternalAPITrace) QueryPublishedRooms(
136 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformInboundPeekMethod · 0.65

Tested by

no test coverage detected