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

Function NewRubyCompileProvider

common/provider/ruby.go:15–23  ·  view source on GitHub ↗

NewRubyCompileProvider 创建一个ruby语言编译提供程序

()

Source from the content-addressed store, hash-verified

13
14// NewRubyCompileProvider 创建一个ruby语言编译提供程序
15func NewRubyCompileProvider() *RubyCompileProvider {
16 return &RubyCompileProvider{
17 CodeCompileProvider{
18 isReady: false,
19 realTime: true,
20 Name: "ruby",
21 },
22 }
23}
24
25// Init 初始化
26func (prov *RubyCompileProvider) Init(code string, workDir string) error {

Callers 1

matchCodeLanguageFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected