MCPcopy Create free account
hub / github.com/Samsung/UTopia / isStruct

Method isStruct

lib/propanalysis/ArgFlow.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149bool ArgFlow::isFilePathString() { return IsFilePathString; }
150
151bool ArgFlow::isStruct() {
152 assert(State != AnalysisState_Not_Analyzed &&
153 "An argument has not been analyzed yet");
154 if (STInfo)
155 return true;
156 return false;
157}
158
159bool ArgFlow::isField() {
160 assert(State != AnalysisState_Not_Analyzed &&

Callers 1

mergeArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected