MCPcopy Create free account
hub / github.com/capyfile/capyfile / SetFileProcessingError

Method SetFileProcessingError

files/processable_file.go:134–136  ·  view source on GitHub ↗
(fileProcessingError FileProcessingError)

Source from the content-addressed store, hash-verified

132}
133
134func (f *ProcessableFile) SetFileProcessingError(fileProcessingError FileProcessingError) {
135 f.FileProcessingError = fileProcessingError
136}
137
138func (f *ProcessableFile) HasFileProcessingError() bool {
139 return f.FileProcessingError != nil

Callers 10

HandleMethod · 0.80
HandleMethod · 0.80
HandleMethod · 0.80
HandleMethod · 0.80
renderTemplateMethod · 0.80
HandleMethod · 0.80
HandleMethod · 0.80
HandleMethod · 0.80
HandleMethod · 0.80
HandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected