MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / failed

Function failed

include/daScript/ast/ast.h:1734–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1732 void error ( const string & str, const string & extra, const string & fixme, const LineInfo & at, CompilationError cerr = CompilationError::unspecified );
1733 void deduplicateErrors ();
1734 bool failed() const { return failToCompile || macroException; }
1735 static ExpressionPtr makeConst ( const LineInfo & at, const TypeDeclPtr & type, vec4f value );
1736 ExprLooksLikeCall * makeCall ( const LineInfo & at, const string & name );
1737 ExprLooksLikeCall * makeCall ( const LineInfo & at, const LineInfo & atEnd, const string & name );

Callers 14

getModuleInfoMethod · 0.50
optimizeMethod · 0.50
inferTypesMethod · 0.50
canModuleBeUnsafeMethod · 0.50
canBeRequiredMethod · 0.50
isModuleAllowedMethod · 0.50
getModuleInfoMethod · 0.50
getDynModulesFolderMethod · 0.50
getIncludeFileNameMethod · 0.50
isSameFileNameMethod · 0.50
isOptionAllowedMethod · 0.50
isOptionBlockedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected