MCPcopy Create free account
hub / github.com/argotorg/solidity / codeGenerationError

Method codeGenerationError

liblangutil/ErrorReporter.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void ErrorReporter::codeGenerationError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
291{
292 error(_error, Error::Type::CodeGenerationError, _location, _description);
293}
294
295void ErrorReporter::codeGenerationError(Error const& _error)
296{

Callers 3

assembleWithDeployedMethod · 0.80

Calls 5

commentMethod · 0.80
errorIdMethod · 0.80
typeMethod · 0.45
sourceLocationMethod · 0.45

Tested by

no test coverage detected