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

Method GetRunArgs

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

获取程序的运行命令参数组

()

Source from the content-addressed store, hash-verified

57 Clean()
58 // 获取程序的运行命令参数组
59 GetRunArgs() (args []string)
60 // 判断STDERR的输出内容是否存在编译错误信息,通常用于脚本语言的判定,
61 IsCompileError(remsg string) bool
62 // 是否为实时编译的语言

Callers 2

initWorkFunction · 0.65
compileTargetProgramMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected