Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LanceLRQ/deer-executor
/ IsCompileError
Method
IsCompileError
common/provider/main.go:61–61 ·
view source on GitHub ↗
判断STDERR的输出内容是否存在编译错误信息,通常用于脚本语言的判定,
(remsg string)
Source
from the content-addressed store, hash-verified
59
GetRunArgs() (args []string)
60
// 判断STDERR的输出内容是否存在编译错误信息,通常用于脚本语言的判定,
61
IsCompileError(remsg string) bool
62
// 是否为实时编译的语言
63
IsRealTime() bool
64
// 是否已经编译完毕
Callers
1
isDisastrousFault
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected