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

Method isArray

lib/propanalysis/ArgFlow.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool ArgFlow::isArray() const {
134 assert(State != AnalysisState_Not_Analyzed &&
135 "An argument has not been analyzed yet");
136 return IsArray;
137}
138
139bool ArgFlow::isArrayLen() const {
140 assert(State != AnalysisState_Not_Analyzed &&

Callers 5

generateMethod · 0.45
APICallMethod · 0.45
fromJsonMethod · 0.45
addMethod · 0.45
checkValueMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkValueMethod · 0.36