MCPcopy Create free account
hub / github.com/cinder/Cinder / makeArray

Method makeArray

src/cinder/JsonTree.cpp:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200JsonTree JsonTree::makeArray( const std::string &key )
201{
202 JsonTree result;
203 result.mNodeType = NODE_ARRAY;
204 result.mKey = key;
205 return result;
206}
207
208JsonTree JsonTree::makeObject( const std::string &key )
209{

Callers 7

foundation.min.jsFile · 0.80
jquery.jsFile · 0.80
jquery.min.jsFile · 0.80
path2dpart3.jsFile · 0.80
path2dpart2.jsFile · 0.80
path2dpart1.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected