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

Method Init

common/provider/main.go:51–51  ·  view source on GitHub ↗

初始化

(code string, workDir string)

Source from the content-addressed store, hash-verified

49type CodeCompileProviderInterface interface {
50 // 初始化
51 Init(code string, workDir string) error
52 // 初始化文件信息
53 initFiles(codeExt string, programExt string) error
54 // 执行编译

Callers 1

GetCompilerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected