MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Create

Method Create

agent/app/service/tensorrt_llm.go:33–33  ·  view source on GitHub ↗
(create request.TensorRTLLMCreate)

Source from the content-addressed store, hash-verified

31type ITensorRTLLMService interface {
32 Page(req request.TensorRTLLMSearch) response.TensorRTLLMsRes
33 Create(create request.TensorRTLLMCreate) error
34 Update(req request.TensorRTLLMUpdate) error
35 Delete(id uint) error
36 Operate(req request.TensorRTLLMOperate) error

Callers 1

CreateMethod · 0.65

Implementers 2

TensorRTLLMServiceagent/app/service/tensorrt_llm.go
McpServerServiceagent/app/service/mcp_server.go

Calls

no outgoing calls

Tested by

no test coverage detected