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

Method Error

common/persistence/problems/utils.go:17–19  ·  view source on GitHub ↗

Error get error string

()

Source from the content-addressed store, hash-verified

15
16// Error get error string
17func (e FileNotFoundError) Error() string {
18 return fmt.Sprintf("file (%s) not found", e.FileName)
19}
20
21// IsFileNotFoundError check is file not found error
22func IsFileNotFoundError(e error) bool {

Callers 15

readAndWriteToTempFileFunction · 0.45
mergeResultBinaryFunction · 0.45
writeFileHeaderAndResultFunction · 0.45
PersistentJudgeResultFunction · 0.45
parseJudgeResultBinaryFunction · 0.45
ReadJudgeResultFunction · 0.45
packZipFileFunction · 0.45
validateProblemPackageFunction · 0.45
readProblemPackageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected