MCPcopy Index your code
hub / github.com/chainreactors/EvilProxy / Identifier

Method Identifier

internal/pluginhost/adapters.go:1337–1342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1335}
1336
1337func (a *executorAdapter) Identifier() string {
1338 if a == nil {
1339 return ""
1340 }
1341 return a.provider
1342}
1343
1344type preparedExecutorCall struct {
1345 req coreexecutor.Request

Callers 7

ExecuteMethod · 0.95
ExecuteStreamMethod · 0.95
RefreshMethod · 0.95
CountTokensMethod · 0.95
HttpRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected