MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / NewRustCompileProvider

Function NewRustCompileProvider

common/provider/rust.go:11–19  ·  view source on GitHub ↗

NewRustCompileProvider 创建一个rust语言编译提供程序

()

Source from the content-addressed store, hash-verified

9
10// NewRustCompileProvider 创建一个rust语言编译提供程序
11func NewRustCompileProvider() *RustCompileProvider {
12 return &RustCompileProvider{
13 CodeCompileProvider{
14 isReady: false,
15 realTime: false,
16 Name: "rust",
17 },
18 }
19}
20
21// Init 初始化
22func (prov *RustCompileProvider) Init(code string, workDir string) error {

Callers 1

matchCodeLanguageFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected