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

Function NewPHPCompileProvider

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

NewPHPCompileProvider 创建一个php语言编译提供程序

()

Source from the content-addressed store, hash-verified

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

Callers 1

matchCodeLanguageFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected