MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / current

Method current

MonaCore/sources/JSONReader.cpp:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326const UInt8* JSONReader::current() {
327 while(packet.available() && isspace(*packet.current()))
328 packet.next(1);
329 if(!packet.available())
330 return NULL;
331 return packet.current();
332}
333
334
335bool JSONReader::countArrayElement(UInt32& count) {

Callers 15

ReadFunction · 0.45
MonaServer.cppFile · 0.45
onDataMethod · 0.45
followingTypeMethod · 0.45
writeOneMethod · 0.45
XMLRPCReaderMethod · 0.45
dataHandlerMethod · 0.45
pushAudioMethod · 0.45
pushVideoMethod · 0.45
writeMethod · 0.45
pushVideoMethod · 0.45
readOneMethod · 0.45

Calls 3

isspaceFunction · 0.85
availableMethod · 0.45
nextMethod · 0.45

Tested by 1

ReadFunction · 0.36