MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / finishForceMappedStreamChunks

Function finishForceMappedStreamChunks

sdk/cliproxy/auth/conductor.go:1350–1355  ·  view source on GitHub ↗
(rewriter *StreamRewriter)

Source from the content-addressed store, hash-verified

1348}
1349
1350func finishForceMappedStreamChunks(rewriter *StreamRewriter) []byte {
1351 if rewriter == nil {
1352 return nil
1353 }
1354 return rewriter.Finish()
1355}
1356
1357func (m *Manager) availableAuthsForRouteModel(auths []*Auth, provider, routeModel string, now time.Time) ([]*Auth, error) {
1358 if len(auths) == 0 {

Calls 1

FinishMethod · 0.80