Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ StringFromErrType
Function
StringFromErrType
Source/Scripting/angelscript/asmodule.cpp:76–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
};
75
76
std::string StringFromErrType(ASErrType type) {
77
switch (type) {
78
case _ERR:
79
return
"ERR"
;
80
case _WARN:
81
return
"WARN"
;
82
case _INFO:
83
return
"INFO"
;
84
}
85
return
""
;
86
}
87
88
struct ASErrReport {
89
ASErrType type;
Callers
1
CorrectASError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected